COLOR #C7DDBC

HEX: #C7DDBC RGB: (199,221,188)

Color info

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

RGB color model

#C7DDBC color RGB value is (199,221,188).

RGB: (199,221,188) (78%, 87%, 74%)

RGB channels and saturation

R 199 of 255 = 78%
G 221 of 255 = 87%
B 188 of 255 = 74%

199
221
188

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

Portions of RGB colors in percentages

R + G + B = 199 + 221 + 188 = 608 (100%)
R 199 of 608 ~ 32.73%
G 221 of 608 ~ 36.35%
B 188 of 608 ~ 30.92'%

%32.73
%36.35
%30.92

CMYK color model

#C7DDBC color CMYK value is (10,0,15,13).

  • cyan value is 9.95%
  • magenta value is 0.00%
  • yellow value is 14.93%
  • key color value is 13.33%

CMYK: (10,0,15,13)
C10M0Y15K13 (10%, 0%, 15%, 13%)
(0.10 / 0.00 / 0.15 / 0.13)

CMYK percentages

%9.95
%0
%14.93
%13.33

Codes

Color #C7DDBC in popluar color models

C7 DD BC
RGB 199 221 188
HSL 100° 32.67% 80.20%
HSB/HSV 100° 14.93% 86.67%
CMYK 9.95% 0.00% 14.93%
13.33%

Color #C7DDBC in popluar number systems.

HEX C7 DD BC
Decimal 199 221 188
Binary 11000111 11011101 10111100
Octal 307 335 274

Shades and tints

Shades of #C7DDBC

#C7DDBC
(199,221,188)
#B5C9AB
(181,201,171)
#A3B59A
(163,181,154)
#91A189
(145,161,137)
#7F8D78
(127,141,120)
#6D7967
(109,121,103)
#5B6556
(91,101,86)
#495145
(73,81,69)
#373D34
(55,61,52)
#252923
(37,41,35)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #C7DDBC

#C7DDBC
(199,221,188)
#CCE0C2
(204,224,194)
#D1E3C8
(209,227,200)
#D6E6CE
(214,230,206)
#DBE9D4
(219,233,212)
#E0ECDA
(224,236,218)
#E5EFE0
(229,239,224)
#EAF2E6
(234,242,230)
#EFF5EC
(239,245,236)
#F4F8F2
(244,248,242)
#F9FBF8
(249,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DDBC; }

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

This text font color is #C7DDBC.

Background Color

.myBgColor { background-color: #C7DDBC; }

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

This div background color is #C7DDBC.

Border color

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

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

This div border color is #C7DDBC.

Opacity

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

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

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

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

This text has shadow with #C7DDBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7DDBC.

Preview

Color preview on black background

This text has color #C7DDBC on black background.


Color preview on white background

This text has color #C7DDBC on white background.


Black color preview on #C7DDBC background

This text has black color on #C7DDBC background.


White color preview on #C7DDBC background

This text has white color on #C7DDBC background.


Related colors

Complementary color

Complementary color for #hex is #382243.


I love getcolorcode.com

Triadic colors

1 #BCC7DD and #DDBCC7 with #C7DDBC are triadic colors.

2 #BCDDC7 and #DDC7BC with #C7DDBC are triadic colors.