COLOR #C6CDB8

HEX: #C6CDB8
RGB: (198,205,184)

Color info

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

RGB color model

#C6CDB8 color RGB value is (198,205,184).

  • red value is 198;
  • green value is 205;
  • blue value is 184.
RGB:
(198,205,184)
(78%,80%,72%)

RGB channels and saturation

R 198 of 255 = 78%
G 205 of 255 = 80%
B 184 of 255 = 72%

198
205
184

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

Portions of RGB colors in percentages

R + G + B =
198 + 205 + 184 = 587 (100%)
R 198 of 587 ~ 33.73%
G 205 of 587 ~ 34.92%
B 184 of 587 ~ 31.35%

%33.73
%34.92
%31.35

CMYK color model

#C6CDB8 color CMYK value is (3,0,10,20).

  • cyan value is 3.41%
  • magenta value is 0.00%
  • yellow value is 10.24%
  • key color value is 19.61%
CMYK:
(3,0,10,20)
C3M0Y10K20 
(3%,0%,10%,20%)
(0.03/0.00/0.10/0.20)	

CMYK percentages

%3.41
%0
%10.24
%19.61

Codes

Color #C6CDB8 in popluar color models

C6CDB8
RGB198205184
HSL80°17.36%76.27%
HSB/HSV80°10.24%80.39%
CMYK3.41%0.00%10.24%
19.61%

Color #C6CDB8 in popluar number systems.

HEXC6CDB8
Decimal198205184
Binary110001101100110110111000
Octal306315270

Shades and tints

Shades of #C6CDB8

#C6CDB8
(198,205,184)
#B4BBA8
(180,187,168)
#A2A998
(162,169,152)
#909788
(144,151,136)
#7E8578
(126,133,120)
#6C7368
(108,115,104)
#5A6158
(90,97,88)
#484F48
(72,79,72)
#363D38
(54,61,56)
#242B28
(36,43,40)
#121918
(18,25,24)
#000000
(0,0,0)

Tints of #C6CDB8

#C6CDB8
(198,205,184)
#CBD1BE
(203,209,190)
#D0D5C4
(208,213,196)
#D5D9CA
(213,217,202)
#DADDD0
(218,221,208)
#DFE1D6
(223,225,214)
#E4E5DC
(228,229,220)
#E9E9E2
(233,233,226)
#EEEDE8
(238,237,232)
#F3F1EE
(243,241,238)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CDB8 color. Also use rgb(198,205,184) instead hex code.

Text Font Color

.myTextColor { color: #C6CDB8; }

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

This text font color is #C6CDB8.


Background Color

.myBgColor { background-color: #C6CDB8; }

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

This div background color is #C6CDB8.


Border color

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

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

This div border color is #C6CDB8.


Opacity

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

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

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

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

This text has shadow with #C6CDB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CDB8 on black background.


Color preview on white background

This text has color #C6CDB8 on white background.



Black color preview on #C6CDB8 background

This text has black color on #C6CDB8 background.


White color preview on #C6CDB8 background

This text has white color on #C6CDB8 background.