COLOR #C7DBBD

HEX: #C7DBBD
RGB: (199,219,189)

Color info

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

RGB color model

#C7DBBD color RGB value is (199,219,189).

  • red value is 199;
  • green value is 219;
  • blue value is 189.
RGB:
(199,219,189)
(78%,86%,74%)

RGB channels and saturation

R 199 of 255 = 78%
G 219 of 255 = 86%
B 189 of 255 = 74%

199
219
189

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

Portions of RGB colors in percentages

R + G + B =
199 + 219 + 189 = 607 (100%)
R 199 of 607 ~ 32.78%
G 219 of 607 ~ 36.08%
B 189 of 607 ~ 31.14%

%32.78
%36.08
%31.14

CMYK color model

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

  • cyan value is 9.13%
  • magenta value is 0.00%
  • yellow value is 13.70%
  • key color value is 14.12%
CMYK:
(9,0,14,14)
C9M0Y14K14 
(9%,0%,14%,14%)
(0.09/0.00/0.14/0.14)	

CMYK percentages

%9.13
%0
%13.7
%14.12

Codes

Color #C7DBBD in popluar color models

C7DBBD
RGB199219189
HSL100°29.41%80.00%
HSB/HSV100°13.70%85.88%
CMYK9.13%0.00%13.70%
14.12%

Color #C7DBBD in popluar number systems.

HEXC7DBBD
Decimal199219189
Binary110001111101101110111101
Octal307333275

Shades and tints

Shades of #C7DBBD

#C7DBBD
(199,219,189)
#B5C8AC
(181,200,172)
#A3B59B
(163,181,155)
#91A28A
(145,162,138)
#7F8F79
(127,143,121)
#6D7C68
(109,124,104)
#5B6957
(91,105,87)
#495646
(73,86,70)
#374335
(55,67,53)
#253024
(37,48,36)
#131D13
(19,29,19)
#000000
(0,0,0)

Tints of #C7DBBD

#C7DBBD
(199,219,189)
#CCDEC3
(204,222,195)
#D1E1C9
(209,225,201)
#D6E4CF
(214,228,207)
#DBE7D5
(219,231,213)
#E0EADB
(224,234,219)
#E5EDE1
(229,237,225)
#EAF0E7
(234,240,231)
#EFF3ED
(239,243,237)
#F4F6F3
(244,246,243)
#F9F9F9
(249,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7DBBD color. Also use rgb(199,219,189) instead hex code.

Text Font Color

.myTextColor { color: #C7DBBD; }

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

This text font color is #C7DBBD.


Background Color

.myBgColor { background-color: #C7DBBD; }

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

This div background color is #C7DBBD.


Border color

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

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

This div border color is #C7DBBD.


Opacity

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

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

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

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

This text has shadow with #C7DBBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DBBD on black background.


Color preview on white background

This text has color #C7DBBD on white background.



Black color preview on #C7DBBD background

This text has black color on #C7DBBD background.


White color preview on #C7DBBD background

This text has white color on #C7DBBD background.