COLOR #C7DABC

HEX: #C7DABC RGB: (199,218,188)

Color info

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

RGB color model

#C7DABC color RGB value is (199,218,188).

RGB: (199,218,188) (78%, 85%, 74%)

RGB channels and saturation

R 199 of 255 = 78%
G 218 of 255 = 85%
B 188 of 255 = 74%

199
218
188

R + G + B ~ 79%. #C7DABC is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 218 + 188 = 605 (100%)
R 199 of 605 ~ 32.89%
G 218 of 605 ~ 36.03%
B 188 of 605 ~ 31.07'%

%32.89
%36.03
%31.07

CMYK color model

#C7DABC color CMYK value is (9,0,14,15).

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

CMYK: (9,0,14,15)
C9M0Y14K15 (9%, 0%, 14%, 15%)
(0.09 / 0.00 / 0.14 / 0.15)

CMYK percentages

%8.72
%0
%13.76
%14.51

Codes

Color #C7DABC in popluar color models

C7 DA BC
RGB 199 218 188
HSL 98° 28.85% 79.61%
HSB/HSV 98° 13.76% 85.49%
CMYK 8.72% 0.00% 13.76%
14.51%

Color #C7DABC in popluar number systems.

HEX C7 DA BC
Decimal 199 218 188
Binary 11000111 11011010 10111100
Octal 307 332 274

Shades and tints

Shades of #C7DABC

#C7DABC
(199,218,188)
#B5C7AB
(181,199,171)
#A3B49A
(163,180,154)
#91A189
(145,161,137)
#7F8E78
(127,142,120)
#6D7B67
(109,123,103)
#5B6856
(91,104,86)
#495545
(73,85,69)
#374234
(55,66,52)
#252F23
(37,47,35)
#131C12
(19,28,18)
#000000
(0,0,0)

Tints of #C7DABC

#C7DABC
(199,218,188)
#CCDDC2
(204,221,194)
#D1E0C8
(209,224,200)
#D6E3CE
(214,227,206)
#DBE6D4
(219,230,212)
#E0E9DA
(224,233,218)
#E5ECE0
(229,236,224)
#EAEFE6
(234,239,230)
#EFF2EC
(239,242,236)
#F4F5F2
(244,245,242)
#F9F8F8
(249,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DABC; }

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

This text font color is #C7DABC.

Background Color

.myBgColor { background-color: #C7DABC; }

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

This div background color is #C7DABC.

Border color

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

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

This div border color is #C7DABC.

Opacity

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

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

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

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

This text has shadow with #C7DABC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7DABC.

Preview

Color preview on black background

This text has color #C7DABC on black background.


Color preview on white background

This text has color #C7DABC on white background.


Black color preview on #C7DABC background

This text has black color on #C7DABC background.


White color preview on #C7DABC background

This text has white color on #C7DABC background.


Related colors

Complementary color

Complementary color for #hex is #382543.


I love getcolorcode.com

Triadic colors

1 #BCC7DA and #DABCC7 with #C7DABC are triadic colors.

2 #BCDAC7 and #DAC7BC with #C7DABC are triadic colors.