COLOR #C7E3FF

HEX: #C7E3FF RGB: (199,227,255)

Color info

#C7E3FF contains red, green and blue colors in about the same proportion. Web safe color of #C7E3FF is #CCCCFF (or #CCF).

RGB color model

#C7E3FF color RGB value is (199,227,255).

RGB: (199,227,255) (78%, 89%, 100%)

RGB channels and saturation

R 199 of 255 = 78%
G 227 of 255 = 89%
B 255 of 255 = 100%

199
227
255

R + G + B ~ 89%. #C7E3FF is light color.

Portions of RGB colors in percentages

R + G + B = 199 + 227 + 255 = 681 (100%)
R 199 of 681 ~ 29.22%
G 227 of 681 ~ 33.33%
B 255 of 681 ~ 37.44'%

%29.22
%33.33
%37.44

CMYK color model

#C7E3FF color CMYK value is (22,11,0,0).

  • cyan value is 21.96%
  • magenta value is 10.98%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (22,11,0,0)
C22M11Y0K0 (22%, 11%, 0%, 0%)
(0.22 / 0.11 / 0.00 / 0.00)

CMYK percentages

%21.96
%10.98
%0
%0

Codes

Color #C7E3FF in popluar color models

C7 E3 FF
RGB 199 227 255
HSL 210° 100.00% 89.02%
HSB/HSV 210° 21.96% 100.00%
CMYK 21.96% 10.98% 0.00%
0.00%

Color #C7E3FF in popluar number systems.

HEX C7 E3 FF
Decimal 199 227 255
Binary 11000111 11100011 11111111
Octal 307 343 377

Shades and tints

Shades of #C7E3FF

#C7E3FF
(199,227,255)
#B5CFE8
(181,207,232)
#A3BBD1
(163,187,209)
#91A7BA
(145,167,186)
#7F93A3
(127,147,163)
#6D7F8C
(109,127,140)
#5B6B75
(91,107,117)
#49575E
(73,87,94)
#374347
(55,67,71)
#252F30
(37,47,48)
#131B19
(19,27,25)
#000000
(0,0,0)

Tints of #C7E3FF

#C7E3FF
(199,227,255)
#CCE5FF
(204,229,255)
#D1E7FF
(209,231,255)
#D6E9FF
(214,233,255)
#DBEBFF
(219,235,255)
#E0EDFF
(224,237,255)
#E5EFFF
(229,239,255)
#EAF1FF
(234,241,255)
#EFF3FF
(239,243,255)
#F4F5FF
(244,245,255)
#F9F7FF
(249,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7E3FF color. Also use rgb(199,227,255) instead hex code.

Text Font Color

.myTextColor { color: #C7E3FF; }

<p style="color:#C7E3FF">This sample text font color is #C7E3FF.</p>

This text font color is #C7E3FF.

Background Color

.myBgColor { background-color: #C7E3FF; }

<div style="background-color:#C7E3FF">Inner text</div>

This div background color is #C7E3FF.

Border color

.myBorderColor { border: 1px solid #C7E3FF; }

<div style="border:3px solid #C7E3FF">Div</div>

This div border color is #C7E3FF.

Opacity

.myOpacity80 { color: #C7E3FF; opacity: 0.8; }

<p style="color:#C7E3FF;opacity:0.8;">80%</p>

Text with #C7E3FF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C7E3FF;}

<p style="text-shadow: 3px 3px 1px #C7E3FF">Text here.</p>

This text has shadow with #C7E3FF color.


.textShadow {text-shadow: 3px 3px 1px #C7E3FF', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C7E3FF, 5px 5px 20px red">Text here.</p>

This text has shadow with #C7E3FF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7E3FF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C7E3FF, Direction=45, Strength=4)">Text</p>

This text has shadow with #C7E3FF and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7E3FF;
-webkit-box-shadow: 1px 1px 3px 2px #C7E3FF;
box-shadow: 1px 1px 3px 2px #C7E3FF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7E3FF; -webkit-box-shadow: 1px 1px 3px 2px #C7E3FF; box-shadow:1px 1px 3px 2px #C7E3FF;">
Div content here
</div>

This div box has shadow with color #C7E3FF.

Preview

Color preview on black background

This text has color #C7E3FF on black background.


Color preview on white background

This text has color #C7E3FF on white background.


Black color preview on #C7E3FF background

This text has black color on #C7E3FF background.


White color preview on #C7E3FF background

This text has white color on #C7E3FF background.


Related colors

Complementary color

Complementary color for #hex is #381C00.


I love getcolorcode.com

Triadic colors

1 #FFC7E3 and #E3FFC7 with #C7E3FF are triadic colors.

2 #FFE3C7 and #E3C7FF with #C7E3FF are triadic colors.