COLOR #C2CEBA

HEX: #C2CEBA RGB: (194,206,186)

Color info

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

RGB color model

#C2CEBA color RGB value is (194,206,186).

RGB: (194,206,186) (76%, 81%, 73%)

RGB channels and saturation

R 194 of 255 = 76%
G 206 of 255 = 81%
B 186 of 255 = 73%

194
206
186

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

Portions of RGB colors in percentages

R + G + B = 194 + 206 + 186 = 586 (100%)
R 194 of 586 ~ 33.11%
G 206 of 586 ~ 35.15%
B 186 of 586 ~ 31.74'%

%33.11
%35.15
%31.74

CMYK color model

#C2CEBA color CMYK value is (6,0,10,19).

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

CMYK: (6,0,10,19)
C6M0Y10K19 (6%, 0%, 10%, 19%)
(0.06 / 0.00 / 0.10 / 0.19)

CMYK percentages

%5.83
%0
%9.71
%19.22

Codes

Color #C2CEBA in popluar color models

C2 CE BA
RGB 194 206 186
HSL 96° 16.95% 76.86%
HSB/HSV 96° 9.71% 80.78%
CMYK 5.83% 0.00% 9.71%
19.22%

Color #C2CEBA in popluar number systems.

HEX C2 CE BA
Decimal 194 206 186
Binary 11000010 11001110 10111010
Octal 302 316 272

Shades and tints

Shades of #C2CEBA

#C2CEBA
(194,206,186)
#B1BCAA
(177,188,170)
#A0AA9A
(160,170,154)
#8F988A
(143,152,138)
#7E867A
(126,134,122)
#6D746A
(109,116,106)
#5C625A
(92,98,90)
#4B504A
(75,80,74)
#3A3E3A
(58,62,58)
#292C2A
(41,44,42)
#181A1A
(24,26,26)
#000000
(0,0,0)

Tints of #C2CEBA

#C2CEBA
(194,206,186)
#C7D2C0
(199,210,192)
#CCD6C6
(204,214,198)
#D1DACC
(209,218,204)
#D6DED2
(214,222,210)
#DBE2D8
(219,226,216)
#E0E6DE
(224,230,222)
#E5EAE4
(229,234,228)
#EAEEEA
(234,238,234)
#EFF2F0
(239,242,240)
#F4F6F6
(244,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CEBA; }

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

This text font color is #C2CEBA.

Background Color

.myBgColor { background-color: #C2CEBA; }

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

This div background color is #C2CEBA.

Border color

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

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

This div border color is #C2CEBA.

Opacity

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

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

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

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

This text has shadow with #C2CEBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2CEBA.

Preview

Color preview on black background

This text has color #C2CEBA on black background.


Color preview on white background

This text has color #C2CEBA on white background.


Black color preview on #C2CEBA background

This text has black color on #C2CEBA background.


White color preview on #C2CEBA background

This text has white color on #C2CEBA background.


Related colors

Complementary color

Complementary color for #hex is #3D3145.


I love getcolorcode.com

Triadic colors

1 #BAC2CE and #CEBAC2 with #C2CEBA are triadic colors.

2 #BACEC2 and #CEC2BA with #C2CEBA are triadic colors.