COLOR #C7DAEA

HEX: #C7DAEA RGB: (199,218,234)

Color info

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

RGB color model

#C7DAEA color RGB value is (199,218,234).

RGB: (199,218,234) (78%, 85%, 92%)

RGB channels and saturation

R 199 of 255 = 78%
G 218 of 255 = 85%
B 234 of 255 = 92%

199
218
234

R + G + B ~ 85%. #C7DAEA is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 218 + 234 = 651 (100%)
R 199 of 651 ~ 30.57%
G 218 of 651 ~ 33.49%
B 234 of 651 ~ 35.94'%

%30.57
%33.49
%35.94

CMYK color model

#C7DAEA color CMYK value is (15,7,0,8).

  • cyan value is 14.96%
  • magenta value is 6.84%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (15,7,0,8)
C15M7Y0K8 (15%, 7%, 0%, 8%)
(0.15 / 0.07 / 0.00 / 0.08)

CMYK percentages

%14.96
%6.84
%0
%8.24

Codes

Color #C7DAEA in popluar color models

C7 DA EA
RGB 199 218 234
HSL 207° 45.45% 84.90%
HSB/HSV 207° 14.96% 91.76%
CMYK 14.96% 6.84% 0.00%
8.24%

Color #C7DAEA in popluar number systems.

HEX C7 DA EA
Decimal 199 218 234
Binary 11000111 11011010 11101010
Octal 307 332 352

Shades and tints

Shades of #C7DAEA

#C7DAEA
(199,218,234)
#B5C7D5
(181,199,213)
#A3B4C0
(163,180,192)
#91A1AB
(145,161,171)
#7F8E96
(127,142,150)
#6D7B81
(109,123,129)
#5B686C
(91,104,108)
#495557
(73,85,87)
#374242
(55,66,66)
#252F2D
(37,47,45)
#131C18
(19,28,24)
#000000
(0,0,0)

Tints of #C7DAEA

#C7DAEA
(199,218,234)
#CCDDEB
(204,221,235)
#D1E0EC
(209,224,236)
#D6E3ED
(214,227,237)
#DBE6EE
(219,230,238)
#E0E9EF
(224,233,239)
#E5ECF0
(229,236,240)
#EAEFF1
(234,239,241)
#EFF2F2
(239,242,242)
#F4F5F3
(244,245,243)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7DAEA color. Also use rgb(199,218,234) instead hex code.

Text Font Color

.myTextColor { color: #C7DAEA; }

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

This text font color is #C7DAEA.

Background Color

.myBgColor { background-color: #C7DAEA; }

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

This div background color is #C7DAEA.

Border color

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

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

This div border color is #C7DAEA.

Opacity

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

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

Text with #C7DAEA 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 #C7DAEA;}

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

This text has shadow with #C7DAEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7DAEA.

Preview

Color preview on black background

This text has color #C7DAEA on black background.


Color preview on white background

This text has color #C7DAEA on white background.


Black color preview on #C7DAEA background

This text has black color on #C7DAEA background.


White color preview on #C7DAEA background

This text has white color on #C7DAEA background.


Related colors

Complementary color

Complementary color for #hex is #382515.


I love getcolorcode.com

Triadic colors

1 #EAC7DA and #DAEAC7 with #C7DAEA are triadic colors.

2 #EADAC7 and #DAC7EA with #C7DAEA are triadic colors.