COLOR #C2CDB9

HEX: #C2CDB9
RGB: (194,205,185)

Color info

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

RGB color model

#C2CDB9 color RGB value is (194,205,185).

  • red value is 194;
  • green value is 205;
  • blue value is 185.
RGB:
(194,205,185)
(76%,80%,73%)

RGB channels and saturation

R 194 of 255 = 76%
G 205 of 255 = 80%
B 185 of 255 = 73%

194
205
185

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

Portions of RGB colors in percentages

R + G + B =
194 + 205 + 185 = 584 (100%)
R 194 of 584 ~ 33.22%
G 205 of 584 ~ 35.1%
B 185 of 584 ~ 31.68%

%33.22
%35.1
%31.68

CMYK color model

#C2CDB9 color CMYK value is (5,0,10,20).

  • cyan value is 5.37%
  • magenta value is 0.00%
  • yellow value is 9.76%
  • key color value is 19.61%
CMYK:
(5,0,10,20)
C5M0Y10K20 
(5%,0%,10%,20%)
(0.05/0.00/0.10/0.20)	

CMYK percentages

%5.37
%0
%9.76
%19.61

Codes

Color #C2CDB9 in popluar color models

C2CDB9
RGB194205185
HSL93°16.67%76.47%
HSB/HSV93°9.76%80.39%
CMYK5.37%0.00%9.76%
19.61%

Color #C2CDB9 in popluar number systems.

HEXC2CDB9
Decimal194205185
Binary110000101100110110111001
Octal302315271

Shades and tints

Shades of #C2CDB9

#C2CDB9
(194,205,185)
#B1BBA9
(177,187,169)
#A0A999
(160,169,153)
#8F9789
(143,151,137)
#7E8579
(126,133,121)
#6D7369
(109,115,105)
#5C6159
(92,97,89)
#4B4F49
(75,79,73)
#3A3D39
(58,61,57)
#292B29
(41,43,41)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #C2CDB9

#C2CDB9
(194,205,185)
#C7D1BF
(199,209,191)
#CCD5C5
(204,213,197)
#D1D9CB
(209,217,203)
#D6DDD1
(214,221,209)
#DBE1D7
(219,225,215)
#E0E5DD
(224,229,221)
#E5E9E3
(229,233,227)
#EAEDE9
(234,237,233)
#EFF1EF
(239,241,239)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2CDB9 color. Also use rgb(194,205,185) instead hex code.

Text Font Color

.myTextColor { color: #C2CDB9; }

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

This text font color is #C2CDB9.


Background Color

.myBgColor { background-color: #C2CDB9; }

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

This div background color is #C2CDB9.


Border color

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

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

This div border color is #C2CDB9.


Opacity

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

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

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

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

This text has shadow with #C2CDB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CDB9 on black background.


Color preview on white background

This text has color #C2CDB9 on white background.



Black color preview on #C2CDB9 background

This text has black color on #C2CDB9 background.


White color preview on #C2CDB9 background

This text has white color on #C2CDB9 background.