COLOR #C2CBC4

HEX: #C2CBC4 RGB: (194,203,196)

Color info

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

RGB color model

#C2CBC4 color RGB value is (194,203,196).

RGB: (194,203,196) (76%, 80%, 77%)

RGB channels and saturation

R 194 of 255 = 76%
G 203 of 255 = 80%
B 196 of 255 = 77%

194
203
196

R + G + B ~ 78%. #C2CBC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 203 + 196 = 593 (100%)
R 194 of 593 ~ 32.72%
G 203 of 593 ~ 34.23%
B 196 of 593 ~ 33.05'%

%32.72
%34.23
%33.05

CMYK color model

#C2CBC4 color CMYK value is (4,0,3,20).

  • cyan value is 4.43%
  • magenta value is 0.00%
  • yellow value is 3.45%
  • key color value is 20.39%

CMYK: (4,0,3,20)
C4M0Y3K20 (4%, 0%, 3%, 20%)
(0.04 / 0.00 / 0.03 / 0.20)

CMYK percentages

%4.43
%0
%3.45
%20.39

Codes

Color #C2CBC4 in popluar color models

C2 CB C4
RGB 194 203 196
HSL 133° 7.96% 77.84%
HSB/HSV 133° 4.43% 79.61%
CMYK 4.43% 0.00% 3.45%
20.39%

Color #C2CBC4 in popluar number systems.

HEX C2 CB C4
Decimal 194 203 196
Binary 11000010 11001011 11000100
Octal 302 313 304

Shades and tints

Shades of #C2CBC4

#C2CBC4
(194,203,196)
#B1B9B3
(177,185,179)
#A0A7A2
(160,167,162)
#8F9591
(143,149,145)
#7E8380
(126,131,128)
#6D716F
(109,113,111)
#5C5F5E
(92,95,94)
#4B4D4D
(75,77,77)
#3A3B3C
(58,59,60)
#29292B
(41,41,43)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #C2CBC4

#C2CBC4
(194,203,196)
#C7CFC9
(199,207,201)
#CCD3CE
(204,211,206)
#D1D7D3
(209,215,211)
#D6DBD8
(214,219,216)
#DBDFDD
(219,223,221)
#E0E3E2
(224,227,226)
#E5E7E7
(229,231,231)
#EAEBEC
(234,235,236)
#EFEFF1
(239,239,241)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2CBC4 color. Also use rgb(194,203,196) instead hex code.

Text Font Color

.myTextColor { color: #C2CBC4; }

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

This text font color is #C2CBC4.

Background Color

.myBgColor { background-color: #C2CBC4; }

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

This div background color is #C2CBC4.

Border color

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

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

This div border color is #C2CBC4.

Opacity

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

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

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

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

This text has shadow with #C2CBC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2CBC4.

Preview

Color preview on black background

This text has color #C2CBC4 on black background.


Color preview on white background

This text has color #C2CBC4 on white background.


Black color preview on #C2CBC4 background

This text has black color on #C2CBC4 background.


White color preview on #C2CBC4 background

This text has white color on #C2CBC4 background.


Related colors

Complementary color

Complementary color for #hex is #3D343B.


I love getcolorcode.com

Triadic colors

1 #C4C2CB and #CBC4C2 with #C2CBC4 are triadic colors.

2 #C4CBC2 and #CBC2C4 with #C2CBC4 are triadic colors.