COLOR #C7DDB2

HEX: #C7DDB2 RGB: (199,221,178)

Color info

#C7DDB2 contains red, green and blue colors in about the same proportion. Web safe color of #C7DDB2 is #CCCC99 (or #CC9).

RGB color model

#C7DDB2 color RGB value is (199,221,178).

RGB: (199,221,178) (78%, 87%, 70%)

RGB channels and saturation

R 199 of 255 = 78%
G 221 of 255 = 87%
B 178 of 255 = 70%

199
221
178

R + G + B ~ 78%. #C7DDB2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 221 + 178 = 598 (100%)
R 199 of 598 ~ 33.28%
G 221 of 598 ~ 36.96%
B 178 of 598 ~ 29.77'%

%33.28
%36.96
%29.77

CMYK color model

#C7DDB2 color CMYK value is (10,0,19,13).

  • cyan value is 9.95%
  • magenta value is 0.00%
  • yellow value is 19.46%
  • key color value is 13.33%
CMYK: (10,0,19,13) C10M0Y19K13 (10%,0%,19%,13%) (0.10/0.00/0.19/0.13) 

CMYK percentages

%9.95
%0
%19.46
%13.33

Codes

Color #C7DDB2 in popluar color models

C7 DD B2
RGB 199 221 178
HSL 91° 38.74% 78.24%
HSB/HSV 91° 19.46% 86.67%
CMYK 9.95% 0.00% 19.46%
13.33%

Color #C7DDB2 in popluar number systems.

HEX C7 DD B2
Decimal 199 221 178
Binary 11000111 11011101 10110010
Octal 307 335 262

Shades and tints

Shades of #C7DDB2

#C7DDB2
(199,221,178)
#B5C9A2
(181,201,162)
#A3B592
(163,181,146)
#91A182
(145,161,130)
#7F8D72
(127,141,114)
#6D7962
(109,121,98)
#5B6552
(91,101,82)
#495142
(73,81,66)
#373D32
(55,61,50)
#252922
(37,41,34)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #C7DDB2

#C7DDB2
(199,221,178)
#CCE0B9
(204,224,185)
#D1E3C0
(209,227,192)
#D6E6C7
(214,230,199)
#DBE9CE
(219,233,206)
#E0ECD5
(224,236,213)
#E5EFDC
(229,239,220)
#EAF2E3
(234,242,227)
#EFF5EA
(239,245,234)
#F4F8F1
(244,248,241)
#F9FBF8
(249,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7DDB2 color. Also use rgb(199,221,178) instead hex code.

Text Font Color

.myTextColor { color: #C7DDB2; }

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

This text font color is #C7DDB2.

Background Color

.myBgColor { background-color: #C7DDB2; }

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

This div background color is #C7DDB2.

Border color

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

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

This div border color is #C7DDB2.

Opacity

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

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

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

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

This text has shadow with #C7DDB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7DDB2.

Preview

Color preview on black background

This text has color #C7DDB2 on black background.


Color preview on white background

This text has color #C7DDB2 on white background.


Black color preview on #C7DDB2 background

This text has black color on #C7DDB2 background.


White color preview on #C7DDB2 background

This text has white color on #C7DDB2 background.


Related colors

Complementary color

Complementary color for #hex is #38224D.


I love getcolorcode.com

Triadic colors

1 #B2C7DD and #DDB2C7 with #C7DDB2 are triadic colors.

2 #B2DDC7 and #DDC7B2 with #C7DDB2 are triadic colors.