COLOR #C4D0BA

HEX: #C4D0BA
RGB: (196,208,186)

Color info

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

RGB color model

#C4D0BA color RGB value is (196,208,186).

  • red value is 196;
  • green value is 208;
  • blue value is 186.
RGB:
(196,208,186)
(77%,82%,73%)

RGB channels and saturation

R 196 of 255 = 77%
G 208 of 255 = 82%
B 186 of 255 = 73%

196
208
186

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

Portions of RGB colors in percentages

R + G + B =
196 + 208 + 186 = 590 (100%)
R 196 of 590 ~ 33.22%
G 208 of 590 ~ 35.25%
B 186 of 590 ~ 31.53%

%33.22
%35.25
%31.53

CMYK color model

#C4D0BA color CMYK value is (6,0,11,18).

  • cyan value is 5.77%
  • magenta value is 0.00%
  • yellow value is 10.58%
  • key color value is 18.43%
CMYK:
(6,0,11,18)
C6M0Y11K18 
(6%,0%,11%,18%)
(0.06/0.00/0.11/0.18)	

CMYK percentages

%5.77
%0
%10.58
%18.43

Codes

Color #C4D0BA in popluar color models

C4D0BA
RGB196208186
HSL93°18.97%77.25%
HSB/HSV93°10.58%81.57%
CMYK5.77%0.00%10.58%
18.43%

Color #C4D0BA in popluar number systems.

HEXC4D0BA
Decimal196208186
Binary110001001101000010111010
Octal304320272

Shades and tints

Shades of #C4D0BA

#C4D0BA
(196,208,186)
#B3BEAA
(179,190,170)
#A2AC9A
(162,172,154)
#919A8A
(145,154,138)
#80887A
(128,136,122)
#6F766A
(111,118,106)
#5E645A
(94,100,90)
#4D524A
(77,82,74)
#3C403A
(60,64,58)
#2B2E2A
(43,46,42)
#1A1C1A
(26,28,26)
#000000
(0,0,0)

Tints of #C4D0BA

#C4D0BA
(196,208,186)
#C9D4C0
(201,212,192)
#CED8C6
(206,216,198)
#D3DCCC
(211,220,204)
#D8E0D2
(216,224,210)
#DDE4D8
(221,228,216)
#E2E8DE
(226,232,222)
#E7ECE4
(231,236,228)
#ECF0EA
(236,240,234)
#F1F4F0
(241,244,240)
#F6F8F6
(246,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4D0BA color. Also use rgb(196,208,186) instead hex code.

Text Font Color

.myTextColor { color: #C4D0BA; }

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

This text font color is #C4D0BA.


Background Color

.myBgColor { background-color: #C4D0BA; }

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

This div background color is #C4D0BA.


Border color

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

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

This div border color is #C4D0BA.


Opacity

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

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

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

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

This text has shadow with #C4D0BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D0BA on black background.


Color preview on white background

This text has color #C4D0BA on white background.



Black color preview on #C4D0BA background

This text has black color on #C4D0BA background.


White color preview on #C4D0BA background

This text has white color on #C4D0BA background.