COLOR #C7DDBB

HEX: #C7DDBB
RGB: (199,221,187)

Color info

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

RGB color model

#C7DDBB color RGB value is (199,221,187).

  • red value is 199;
  • green value is 221;
  • blue value is 187.
RGB:
(199,221,187)
(78%,87%,73%)

RGB channels and saturation

R 199 of 255 = 78%
G 221 of 255 = 87%
B 187 of 255 = 73%

199
221
187

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

Portions of RGB colors in percentages

R + G + B =
199 + 221 + 187 = 607 (100%)
R 199 of 607 ~ 32.78%
G 221 of 607 ~ 36.41%
B 187 of 607 ~ 30.81%

%32.78
%36.41
%30.81

CMYK color model

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

  • cyan value is 9.95%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • 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
%15.38
%13.33

Codes

Color #C7DDBB in popluar color models

C7DDBB
RGB199221187
HSL99°33.33%80.00%
HSB/HSV99°15.38%86.67%
CMYK9.95%0.00%15.38%
13.33%

Color #C7DDBB in popluar number systems.

HEXC7DDBB
Decimal199221187
Binary110001111101110110111011
Octal307335273

Shades and tints

Shades of #C7DDBB

#C7DDBB
(199,221,187)
#B5C9AA
(181,201,170)
#A3B599
(163,181,153)
#91A188
(145,161,136)
#7F8D77
(127,141,119)
#6D7966
(109,121,102)
#5B6555
(91,101,85)
#495144
(73,81,68)
#373D33
(55,61,51)
#252922
(37,41,34)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #C7DDBB

#C7DDBB
(199,221,187)
#CCE0C1
(204,224,193)
#D1E3C7
(209,227,199)
#D6E6CD
(214,230,205)
#DBE9D3
(219,233,211)
#E0ECD9
(224,236,217)
#E5EFDF
(229,239,223)
#EAF2E5
(234,242,229)
#EFF5EB
(239,245,235)
#F4F8F1
(244,248,241)
#F9FBF7
(249,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DDBB; }

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

This text font color is #C7DDBB.


Background Color

.myBgColor { background-color: #C7DDBB; }

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

This div background color is #C7DDBB.


Border color

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

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

This div border color is #C7DDBB.


Opacity

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

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

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

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

This text has shadow with #C7DDBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DDBB on black background.


Color preview on white background

This text has color #C7DDBB on white background.



Black color preview on #C7DDBB background

This text has black color on #C7DDBB background.


White color preview on #C7DDBB background

This text has white color on #C7DDBB background.