COLOR #C2CCAD

HEX: #C2CCAD RGB: (194,204,173)

Color info

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

RGB color model

#C2CCAD color RGB value is (194,204,173).

RGB: (194,204,173) (76%, 80%, 68%)

RGB channels and saturation

R 194 of 255 = 76%
G 204 of 255 = 80%
B 173 of 255 = 68%

194
204
173

R + G + B ~ 75%. #C2CCAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 204 + 173 = 571 (100%)
R 194 of 571 ~ 33.98%
G 204 of 571 ~ 35.73%
B 173 of 571 ~ 30.3'%

%33.98
%35.73
%30.3

CMYK color model

#C2CCAD color CMYK value is (5,0,15,20).

  • cyan value is 4.90%
  • magenta value is 0.00%
  • yellow value is 15.20%
  • key color value is 20.00%
CMYK: (5,0,15,20) C5M0Y15K20 (5%,0%,15%,20%) (0.05/0.00/0.15/0.20) 

CMYK percentages

%4.9
%0
%15.2
%20

Codes

Color #C2CCAD in popluar color models

C2 CC AD
RGB 194 204 173
HSL 79° 23.31% 73.92%
HSB/HSV 79° 15.20% 80.00%
CMYK 4.90% 0.00% 15.20%
20.00%

Color #C2CCAD in popluar number systems.

HEX C2 CC AD
Decimal 194 204 173
Binary 11000010 11001100 10101101
Octal 302 314 255

Shades and tints

Shades of #C2CCAD

#C2CCAD
(194,204,173)
#B1BA9E
(177,186,158)
#A0A88F
(160,168,143)
#8F9680
(143,150,128)
#7E8471
(126,132,113)
#6D7262
(109,114,98)
#5C6053
(92,96,83)
#4B4E44
(75,78,68)
#3A3C35
(58,60,53)
#292A26
(41,42,38)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #C2CCAD

#C2CCAD
(194,204,173)
#C7D0B4
(199,208,180)
#CCD4BB
(204,212,187)
#D1D8C2
(209,216,194)
#D6DCC9
(214,220,201)
#DBE0D0
(219,224,208)
#E0E4D7
(224,228,215)
#E5E8DE
(229,232,222)
#EAECE5
(234,236,229)
#EFF0EC
(239,240,236)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2CCAD color. Also use rgb(194,204,173) instead hex code.

Text Font Color

.myTextColor { color: #C2CCAD; }

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

This text font color is #C2CCAD.

Background Color

.myBgColor { background-color: #C2CCAD; }

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

This div background color is #C2CCAD.

Border color

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

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

This div border color is #C2CCAD.

Opacity

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

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

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

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

This text has shadow with #C2CCAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2CCAD.

Preview

Color preview on black background

This text has color #C2CCAD on black background.


Color preview on white background

This text has color #C2CCAD on white background.


Black color preview on #C2CCAD background

This text has black color on #C2CCAD background.


White color preview on #C2CCAD background

This text has white color on #C2CCAD background.


Related colors

Complementary color

Complementary color for #hex is #3D3352.


I love getcolorcode.com

Triadic colors

1 #ADC2CC and #CCADC2 with #C2CCAD are triadic colors.

2 #ADCCC2 and #CCC2AD with #C2CCAD are triadic colors.