COLOR #C4DBB8

HEX: #C4DBB8
RGB: (196,219,184)

Color info

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

RGB color model

#C4DBB8 color RGB value is (196,219,184).

  • red value is 196;
  • green value is 219;
  • blue value is 184.
RGB:
(196,219,184)
(77%,86%,72%)

RGB channels and saturation

R 196 of 255 = 77%
G 219 of 255 = 86%
B 184 of 255 = 72%

196
219
184

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

Portions of RGB colors in percentages

R + G + B =
196 + 219 + 184 = 599 (100%)
R 196 of 599 ~ 32.72%
G 219 of 599 ~ 36.56%
B 184 of 599 ~ 30.72%

%32.72
%36.56
%30.72

CMYK color model

#C4DBB8 color CMYK value is (11,0,16,14).

  • cyan value is 10.50%
  • magenta value is 0.00%
  • yellow value is 15.98%
  • key color value is 14.12%
CMYK:
(11,0,16,14)
C11M0Y16K14 
(11%,0%,16%,14%)
(0.11/0.00/0.16/0.14)	

CMYK percentages

%10.5
%0
%15.98
%14.12

Codes

Color #C4DBB8 in popluar color models

C4DBB8
RGB196219184
HSL99°32.71%79.02%
HSB/HSV99°15.98%85.88%
CMYK10.50%0.00%15.98%
14.12%

Color #C4DBB8 in popluar number systems.

HEXC4DBB8
Decimal196219184
Binary110001001101101110111000
Octal304333270

Shades and tints

Shades of #C4DBB8

#C4DBB8
(196,219,184)
#B3C8A8
(179,200,168)
#A2B598
(162,181,152)
#91A288
(145,162,136)
#808F78
(128,143,120)
#6F7C68
(111,124,104)
#5E6958
(94,105,88)
#4D5648
(77,86,72)
#3C4338
(60,67,56)
#2B3028
(43,48,40)
#1A1D18
(26,29,24)
#000000
(0,0,0)

Tints of #C4DBB8

#C4DBB8
(196,219,184)
#C9DEBE
(201,222,190)
#CEE1C4
(206,225,196)
#D3E4CA
(211,228,202)
#D8E7D0
(216,231,208)
#DDEAD6
(221,234,214)
#E2EDDC
(226,237,220)
#E7F0E2
(231,240,226)
#ECF3E8
(236,243,232)
#F1F6EE
(241,246,238)
#F6F9F4
(246,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4DBB8 color. Also use rgb(196,219,184) instead hex code.

Text Font Color

.myTextColor { color: #C4DBB8; }

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

This text font color is #C4DBB8.


Background Color

.myBgColor { background-color: #C4DBB8; }

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

This div background color is #C4DBB8.


Border color

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

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

This div border color is #C4DBB8.


Opacity

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

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

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

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

This text has shadow with #C4DBB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4DBB8 on black background.


Color preview on white background

This text has color #C4DBB8 on white background.



Black color preview on #C4DBB8 background

This text has black color on #C4DBB8 background.


White color preview on #C4DBB8 background

This text has white color on #C4DBB8 background.