COLOR #C6D5B4

HEX: #C6D5B4
RGB: (198,213,180)

Color info

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

RGB color model

#C6D5B4 color RGB value is (198,213,180).

  • red value is 198;
  • green value is 213;
  • blue value is 180.
RGB:
(198,213,180)
(78%,84%,71%)

RGB channels and saturation

R 198 of 255 = 78%
G 213 of 255 = 84%
B 180 of 255 = 71%

198
213
180

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

Portions of RGB colors in percentages

R + G + B =
198 + 213 + 180 = 591 (100%)
R 198 of 591 ~ 33.5%
G 213 of 591 ~ 36.04%
B 180 of 591 ~ 30.46%

%33.5
%36.04
%30.46

CMYK color model

#C6D5B4 color CMYK value is (7,0,15,16).

  • cyan value is 7.04%
  • magenta value is 0.00%
  • yellow value is 15.49%
  • key color value is 16.47%
CMYK:
(7,0,15,16)
C7M0Y15K16 
(7%,0%,15%,16%)
(0.07/0.00/0.15/0.16)	

CMYK percentages

%7.04
%0
%15.49
%16.47

Codes

Color #C6D5B4 in popluar color models

C6D5B4
RGB198213180
HSL87°28.21%77.06%
HSB/HSV87°15.49%83.53%
CMYK7.04%0.00%15.49%
16.47%

Color #C6D5B4 in popluar number systems.

HEXC6D5B4
Decimal198213180
Binary110001101101010110110100
Octal306325264

Shades and tints

Shades of #C6D5B4

#C6D5B4
(198,213,180)
#B4C2A4
(180,194,164)
#A2AF94
(162,175,148)
#909C84
(144,156,132)
#7E8974
(126,137,116)
#6C7664
(108,118,100)
#5A6354
(90,99,84)
#485044
(72,80,68)
#363D34
(54,61,52)
#242A24
(36,42,36)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #C6D5B4

#C6D5B4
(198,213,180)
#CBD8BA
(203,216,186)
#D0DBC0
(208,219,192)
#D5DEC6
(213,222,198)
#DAE1CC
(218,225,204)
#DFE4D2
(223,228,210)
#E4E7D8
(228,231,216)
#E9EADE
(233,234,222)
#EEEDE4
(238,237,228)
#F3F0EA
(243,240,234)
#F8F3F0
(248,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D5B4 color. Also use rgb(198,213,180) instead hex code.

Text Font Color

.myTextColor { color: #C6D5B4; }

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

This text font color is #C6D5B4.


Background Color

.myBgColor { background-color: #C6D5B4; }

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

This div background color is #C6D5B4.


Border color

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

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

This div border color is #C6D5B4.


Opacity

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

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

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

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

This text has shadow with #C6D5B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D5B4 on black background.


Color preview on white background

This text has color #C6D5B4 on white background.



Black color preview on #C6D5B4 background

This text has black color on #C6D5B4 background.


White color preview on #C6D5B4 background

This text has white color on #C6D5B4 background.