COLOR #C2CEA5

HEX: #C2CEA5 RGB: (194,206,165)

Color info

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

RGB color model

#C2CEA5 color RGB value is (194,206,165).

RGB: (194,206,165) (76%, 81%, 65%)

RGB channels and saturation

R 194 of 255 = 76%
G 206 of 255 = 81%
B 165 of 255 = 65%

194
206
165

R + G + B ~ 74%. #C2CEA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 206 + 165 = 565 (100%)
R 194 of 565 ~ 34.34%
G 206 of 565 ~ 36.46%
B 165 of 565 ~ 29.2'%

%34.34
%36.46
%29.2

CMYK color model

#C2CEA5 color CMYK value is (6,0,20,19).

  • cyan value is 5.83%
  • magenta value is 0.00%
  • yellow value is 19.90%
  • key color value is 19.22%

CMYK: (6,0,20,19)
C6M0Y20K19 (6%, 0%, 20%, 19%)
(0.06 / 0.00 / 0.20 / 0.19)

CMYK percentages

%5.83
%0
%19.9
%19.22

Codes

Color #C2CEA5 in popluar color models

C2 CE A5
RGB 194 206 165
HSL 78° 29.50% 72.75%
HSB/HSV 78° 19.90% 80.78%
CMYK 5.83% 0.00% 19.90%
19.22%

Color #C2CEA5 in popluar number systems.

HEX C2 CE A5
Decimal 194 206 165
Binary 11000010 11001110 10100101
Octal 302 316 245

Shades and tints

Shades of #C2CEA5

#C2CEA5
(194,206,165)
#B1BC96
(177,188,150)
#A0AA87
(160,170,135)
#8F9878
(143,152,120)
#7E8669
(126,134,105)
#6D745A
(109,116,90)
#5C624B
(92,98,75)
#4B503C
(75,80,60)
#3A3E2D
(58,62,45)
#292C1E
(41,44,30)
#181A0F
(24,26,15)
#000000
(0,0,0)

Tints of #C2CEA5

#C2CEA5
(194,206,165)
#C7D2AD
(199,210,173)
#CCD6B5
(204,214,181)
#D1DABD
(209,218,189)
#D6DEC5
(214,222,197)
#DBE2CD
(219,226,205)
#E0E6D5
(224,230,213)
#E5EADD
(229,234,221)
#EAEEE5
(234,238,229)
#EFF2ED
(239,242,237)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2CEA5 color. Also use rgb(194,206,165) instead hex code.

Text Font Color

.myTextColor { color: #C2CEA5; }

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

This text font color is #C2CEA5.

Background Color

.myBgColor { background-color: #C2CEA5; }

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

This div background color is #C2CEA5.

Border color

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

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

This div border color is #C2CEA5.

Opacity

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

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

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

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

This text has shadow with #C2CEA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2CEA5.

Preview

Color preview on black background

This text has color #C2CEA5 on black background.


Color preview on white background

This text has color #C2CEA5 on white background.


Black color preview on #C2CEA5 background

This text has black color on #C2CEA5 background.


White color preview on #C2CEA5 background

This text has white color on #C2CEA5 background.


Related colors

Complementary color

Complementary color for #hex is #3D315A.


I love getcolorcode.com

Triadic colors

1 #A5C2CE and #CEA5C2 with #C2CEA5 are triadic colors.

2 #A5CEC2 and #CEC2A5 with #C2CEA5 are triadic colors.