COLOR #C4D3B4

HEX: #C4D3B4
RGB: (196,211,180)

Color info

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

RGB color model

#C4D3B4 color RGB value is (196,211,180).

  • red value is 196;
  • green value is 211;
  • blue value is 180.
RGB:
(196,211,180)
(77%,83%,71%)

RGB channels and saturation

R 196 of 255 = 77%
G 211 of 255 = 83%
B 180 of 255 = 71%

196
211
180

R + G + B ~ 77%. #C4D3B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 211 + 180 = 587 (100%)
R 196 of 587 ~ 33.39%
G 211 of 587 ~ 35.95%
B 180 of 587 ~ 30.66%

%33.39
%35.95
%30.66

CMYK color model

#C4D3B4 color CMYK value is (7,0,15,17).

  • cyan value is 7.11%
  • magenta value is 0.00%
  • yellow value is 14.69%
  • key color value is 17.25%
CMYK:
(7,0,15,17)
C7M0Y15K17 
(7%,0%,15%,17%)
(0.07/0.00/0.15/0.17)	

CMYK percentages

%7.11
%0
%14.69
%17.25

Codes

Color #C4D3B4 in popluar color models

C4D3B4
RGB196211180
HSL89°26.05%76.67%
HSB/HSV89°14.69%82.75%
CMYK7.11%0.00%14.69%
17.25%

Color #C4D3B4 in popluar number systems.

HEXC4D3B4
Decimal196211180
Binary110001001101001110110100
Octal304323264

Shades and tints

Shades of #C4D3B4

#C4D3B4
(196,211,180)
#B3C0A4
(179,192,164)
#A2AD94
(162,173,148)
#919A84
(145,154,132)
#808774
(128,135,116)
#6F7464
(111,116,100)
#5E6154
(94,97,84)
#4D4E44
(77,78,68)
#3C3B34
(60,59,52)
#2B2824
(43,40,36)
#1A1514
(26,21,20)
#000000
(0,0,0)

Tints of #C4D3B4

#C4D3B4
(196,211,180)
#C9D7BA
(201,215,186)
#CEDBC0
(206,219,192)
#D3DFC6
(211,223,198)
#D8E3CC
(216,227,204)
#DDE7D2
(221,231,210)
#E2EBD8
(226,235,216)
#E7EFDE
(231,239,222)
#ECF3E4
(236,243,228)
#F1F7EA
(241,247,234)
#F6FBF0
(246,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4D3B4 color. Also use rgb(196,211,180) instead hex code.

Text Font Color

.myTextColor { color: #C4D3B4; }

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

This text font color is #C4D3B4.


Background Color

.myBgColor { background-color: #C4D3B4; }

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

This div background color is #C4D3B4.


Border color

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

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

This div border color is #C4D3B4.


Opacity

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

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

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

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

This text has shadow with #C4D3B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D3B4 on black background.


Color preview on white background

This text has color #C4D3B4 on white background.



Black color preview on #C4D3B4 background

This text has black color on #C4D3B4 background.


White color preview on #C4D3B4 background

This text has white color on #C4D3B4 background.