COLOR #C7DBB4

HEX: #C7DBB4
RGB: (199,219,180)

Color info

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

RGB color model

#C7DBB4 color RGB value is (199,219,180).

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

RGB channels and saturation

R 199 of 255 = 78%
G 219 of 255 = 86%
B 180 of 255 = 71%

199
219
180

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

Portions of RGB colors in percentages

R + G + B =
199 + 219 + 180 = 598 (100%)
R 199 of 598 ~ 33.28%
G 219 of 598 ~ 36.62%
B 180 of 598 ~ 30.1%

%33.28
%36.62
%30.1

CMYK color model

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

  • cyan value is 9.13%
  • magenta value is 0.00%
  • yellow value is 17.81%
  • key color value is 14.12%
CMYK:
(9,0,18,14)
C9M0Y18K14 
(9%,0%,18%,14%)
(0.09/0.00/0.18/0.14)	

CMYK percentages

%9.13
%0
%17.81
%14.12

Codes

Color #C7DBB4 in popluar color models

C7DBB4
RGB199219180
HSL91°35.14%78.24%
HSB/HSV91°17.81%85.88%
CMYK9.13%0.00%17.81%
14.12%

Color #C7DBB4 in popluar number systems.

HEXC7DBB4
Decimal199219180
Binary110001111101101110110100
Octal307333264

Shades and tints

Shades of #C7DBB4

#C7DBB4
(199,219,180)
#B5C8A4
(181,200,164)
#A3B594
(163,181,148)
#91A284
(145,162,132)
#7F8F74
(127,143,116)
#6D7C64
(109,124,100)
#5B6954
(91,105,84)
#495644
(73,86,68)
#374334
(55,67,52)
#253024
(37,48,36)
#131D14
(19,29,20)
#000000
(0,0,0)

Tints of #C7DBB4

#C7DBB4
(199,219,180)
#CCDEBA
(204,222,186)
#D1E1C0
(209,225,192)
#D6E4C6
(214,228,198)
#DBE7CC
(219,231,204)
#E0EAD2
(224,234,210)
#E5EDD8
(229,237,216)
#EAF0DE
(234,240,222)
#EFF3E4
(239,243,228)
#F4F6EA
(244,246,234)
#F9F9F0
(249,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DBB4; }

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

This text font color is #C7DBB4.


Background Color

.myBgColor { background-color: #C7DBB4; }

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

This div background color is #C7DBB4.


Border color

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

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

This div border color is #C7DBB4.


Opacity

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

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

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

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

This text has shadow with #C7DBB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DBB4 on black background.


Color preview on white background

This text has color #C7DBB4 on white background.



Black color preview on #C7DBB4 background

This text has black color on #C7DBB4 background.


White color preview on #C7DBB4 background

This text has white color on #C7DBB4 background.