COLOR #C6CDB0

HEX: #C6CDB0 RGB: (198,205,176)

Color info

#C6CDB0 contains red, green and blue colors in about the same proportion. Web safe color of #C6CDB0 is #CCCC99 (or #CC9).

RGB color model

#C6CDB0 color RGB value is (198,205,176).

RGB: (198,205,176) (78%, 80%, 69%)

RGB channels and saturation

R 198 of 255 = 78%
G 205 of 255 = 80%
B 176 of 255 = 69%

198
205
176

R + G + B ~ 76%. #C6CDB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 205 + 176 = 579 (100%)
R 198 of 579 ~ 34.2%
G 205 of 579 ~ 35.41%
B 176 of 579 ~ 30.4'%

%34.2
%35.41
%30.4

CMYK color model

#C6CDB0 color CMYK value is (3,0,14,20).

  • cyan value is 3.41%
  • magenta value is 0.00%
  • yellow value is 14.15%
  • key color value is 19.61%

CMYK: (3,0,14,20)
C3M0Y14K20 (3%, 0%, 14%, 20%)
(0.03 / 0.00 / 0.14 / 0.20)

CMYK percentages

%3.41
%0
%14.15
%19.61

Codes

Color #C6CDB0 in popluar color models

C6 CD B0
RGB 198 205 176
HSL 74° 22.48% 74.71%
HSB/HSV 74° 14.15% 80.39%
CMYK 3.41% 0.00% 14.15%
19.61%

Color #C6CDB0 in popluar number systems.

HEX C6 CD B0
Decimal 198 205 176
Binary 11000110 11001101 10110000
Octal 306 315 260

Shades and tints

Shades of #C6CDB0

#C6CDB0
(198,205,176)
#B4BBA0
(180,187,160)
#A2A990
(162,169,144)
#909780
(144,151,128)
#7E8570
(126,133,112)
#6C7360
(108,115,96)
#5A6150
(90,97,80)
#484F40
(72,79,64)
#363D30
(54,61,48)
#242B20
(36,43,32)
#121910
(18,25,16)
#000000
(0,0,0)

Tints of #C6CDB0

#C6CDB0
(198,205,176)
#CBD1B7
(203,209,183)
#D0D5BE
(208,213,190)
#D5D9C5
(213,217,197)
#DADDCC
(218,221,204)
#DFE1D3
(223,225,211)
#E4E5DA
(228,229,218)
#E9E9E1
(233,233,225)
#EEEDE8
(238,237,232)
#F3F1EF
(243,241,239)
#F8F5F6
(248,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CDB0; }

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

This text font color is #C6CDB0.

Background Color

.myBgColor { background-color: #C6CDB0; }

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

This div background color is #C6CDB0.

Border color

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

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

This div border color is #C6CDB0.

Opacity

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

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

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

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

This text has shadow with #C6CDB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CDB0.

Preview

Color preview on black background

This text has color #C6CDB0 on black background.


Color preview on white background

This text has color #C6CDB0 on white background.


Black color preview on #C6CDB0 background

This text has black color on #C6CDB0 background.


White color preview on #C6CDB0 background

This text has white color on #C6CDB0 background.


Related colors

Complementary color

Complementary color for #hex is #39324F.


I love getcolorcode.com

Triadic colors

1 #B0C6CD and #CDB0C6 with #C6CDB0 are triadic colors.

2 #B0CDC6 and #CDC6B0 with #C6CDB0 are triadic colors.