COLOR #C7DAC8

HEX: #C7DAC8 RGB: (199,218,200)

Color info

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

RGB color model

#C7DAC8 color RGB value is (199,218,200).

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

RGB channels and saturation

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

199
218
200

R + G + B ~ 80%. #C7DAC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 218 + 200 = 617 (100%)
R 199 of 617 ~ 32.25%
G 218 of 617 ~ 35.33%
B 200 of 617 ~ 32.41'%

%32.25
%35.33
%32.41

CMYK color model

#C7DAC8 color CMYK value is (9,0,8,15).

  • cyan value is 8.72%
  • magenta value is 0.00%
  • yellow value is 8.26%
  • key color value is 14.51%

CMYK: (9,0,8,15)
C9M0Y8K15 (9%, 0%, 8%, 15%)
(0.09 / 0.00 / 0.08 / 0.15)

CMYK percentages

%8.72
%0
%8.26
%14.51

Codes

Color #C7DAC8 in popluar color models

C7 DA C8
RGB 199 218 200
HSL 123° 20.43% 81.76%
HSB/HSV 123° 8.72% 85.49%
CMYK 8.72% 0.00% 8.26%
14.51%

Color #C7DAC8 in popluar number systems.

HEX C7 DA C8
Decimal 199 218 200
Binary 11000111 11011010 11001000
Octal 307 332 310

Shades and tints

Shades of #C7DAC8

#C7DAC8
(199,218,200)
#B5C7B6
(181,199,182)
#A3B4A4
(163,180,164)
#91A192
(145,161,146)
#7F8E80
(127,142,128)
#6D7B6E
(109,123,110)
#5B685C
(91,104,92)
#49554A
(73,85,74)
#374238
(55,66,56)
#252F26
(37,47,38)
#131C14
(19,28,20)
#000000
(0,0,0)

Tints of #C7DAC8

#C7DAC8
(199,218,200)
#CCDDCD
(204,221,205)
#D1E0D2
(209,224,210)
#D6E3D7
(214,227,215)
#DBE6DC
(219,230,220)
#E0E9E1
(224,233,225)
#E5ECE6
(229,236,230)
#EAEFEB
(234,239,235)
#EFF2F0
(239,242,240)
#F4F5F5
(244,245,245)
#F9F8FA
(249,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DAC8; }

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

This text font color is #C7DAC8.

Background Color

.myBgColor { background-color: #C7DAC8; }

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

This div background color is #C7DAC8.

Border color

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

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

This div border color is #C7DAC8.

Opacity

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

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

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

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

This text has shadow with #C7DAC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7DAC8.

Preview

Color preview on black background

This text has color #C7DAC8 on black background.


Color preview on white background

This text has color #C7DAC8 on white background.


Black color preview on #C7DAC8 background

This text has black color on #C7DAC8 background.


White color preview on #C7DAC8 background

This text has white color on #C7DAC8 background.


Related colors

Complementary color

Complementary color for #hex is #382537.


I love getcolorcode.com

Triadic colors

1 #C8C7DA and #DAC8C7 with #C7DAC8 are triadic colors.

2 #C8DAC7 and #DAC7C8 with #C7DAC8 are triadic colors.