COLOR #C7DAD8

HEX: #C7DAD8 RGB: (199,218,216)

Color info

#C7DAD8 contains red, green and blue colors in about the same proportion. Web safe color of #C7DAD8 is #CCCCCC (or #CCC).

RGB color model

#C7DAD8 color RGB value is (199,218,216).

RGB: (199,218,216) (78%, 85%, 85%)

RGB channels and saturation

R 199 of 255 = 78%
G 218 of 255 = 85%
B 216 of 255 = 85%

199
218
216

R + G + B ~ 83%. #C7DAD8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 218 + 216 = 633 (100%)
R 199 of 633 ~ 31.44%
G 218 of 633 ~ 34.44%
B 216 of 633 ~ 34.12'%

%31.44
%34.44
%34.12

CMYK color model

#C7DAD8 color CMYK value is (9,0,1,15).

  • cyan value is 8.72%
  • magenta value is 0.00%
  • yellow value is 0.92%
  • key color value is 14.51%
CMYK: (9,0,1,15) C9M0Y1K15 (9%,0%,1%,15%) (0.09/0.00/0.01/0.15) 

CMYK percentages

%8.72
%0
%0.92
%14.51

Codes

Color #C7DAD8 in popluar color models

C7 DA D8
RGB 199 218 216
HSL 174° 20.43% 81.76%
HSB/HSV 174° 8.72% 85.49%
CMYK 8.72% 0.00% 0.92%
14.51%

Color #C7DAD8 in popluar number systems.

HEX C7 DA D8
Decimal 199 218 216
Binary 11000111 11011010 11011000
Octal 307 332 330

Shades and tints

Shades of #C7DAD8

#C7DAD8
(199,218,216)
#B5C7C5
(181,199,197)
#A3B4B2
(163,180,178)
#91A19F
(145,161,159)
#7F8E8C
(127,142,140)
#6D7B79
(109,123,121)
#5B6866
(91,104,102)
#495553
(73,85,83)
#374240
(55,66,64)
#252F2D
(37,47,45)
#131C1A
(19,28,26)
#000000
(0,0,0)

Tints of #C7DAD8

#C7DAD8
(199,218,216)
#CCDDDB
(204,221,219)
#D1E0DE
(209,224,222)
#D6E3E1
(214,227,225)
#DBE6E4
(219,230,228)
#E0E9E7
(224,233,231)
#E5ECEA
(229,236,234)
#EAEFED
(234,239,237)
#EFF2F0
(239,242,240)
#F4F5F3
(244,245,243)
#F9F8F6
(249,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DAD8; }

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

This text font color is #C7DAD8.

Background Color

.myBgColor { background-color: #C7DAD8; }

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

This div background color is #C7DAD8.

Border color

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

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

This div border color is #C7DAD8.

Opacity

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

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

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

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

This text has shadow with #C7DAD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7DAD8.

Preview

Color preview on black background

This text has color #C7DAD8 on black background.


Color preview on white background

This text has color #C7DAD8 on white background.


Black color preview on #C7DAD8 background

This text has black color on #C7DAD8 background.


White color preview on #C7DAD8 background

This text has white color on #C7DAD8 background.


Related colors

Complementary color

Complementary color for #hex is #382527.


I love getcolorcode.com

Triadic colors

1 #D8C7DA and #DAD8C7 with #C7DAD8 are triadic colors.

2 #D8DAC7 and #DAC7D8 with #C7DAD8 are triadic colors.