COLOR #C2CED3

HEX: #C2CED3 RGB: (194,206,211)

Color info

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

RGB color model

#C2CED3 color RGB value is (194,206,211).

RGB: (194,206,211) (76%, 81%, 83%)

RGB channels and saturation

R 194 of 255 = 76%
G 206 of 255 = 81%
B 211 of 255 = 83%

194
206
211

R + G + B ~ 80%. #C2CED3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 206 + 211 = 611 (100%)
R 194 of 611 ~ 31.75%
G 206 of 611 ~ 33.72%
B 211 of 611 ~ 34.53'%

%31.75
%33.72
%34.53

CMYK color model

#C2CED3 color CMYK value is (8,2,0,17).

  • cyan value is 8.06%
  • magenta value is 2.37%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (8,2,0,17)
C8M2Y0K17 (8%, 2%, 0%, 17%)
(0.08 / 0.02 / 0.00 / 0.17)

CMYK percentages

%8.06
%2.37
%0
%17.25

Codes

Color #C2CED3 in popluar color models

C2 CE D3
RGB 194 206 211
HSL 198° 16.19% 79.41%
HSB/HSV 198° 8.06% 82.75%
CMYK 8.06% 2.37% 0.00%
17.25%

Color #C2CED3 in popluar number systems.

HEX C2 CE D3
Decimal 194 206 211
Binary 11000010 11001110 11010011
Octal 302 316 323

Shades and tints

Shades of #C2CED3

#C2CED3
(194,206,211)
#B1BCC0
(177,188,192)
#A0AAAD
(160,170,173)
#8F989A
(143,152,154)
#7E8687
(126,134,135)
#6D7474
(109,116,116)
#5C6261
(92,98,97)
#4B504E
(75,80,78)
#3A3E3B
(58,62,59)
#292C28
(41,44,40)
#181A15
(24,26,21)
#000000
(0,0,0)

Tints of #C2CED3

#C2CED3
(194,206,211)
#C7D2D7
(199,210,215)
#CCD6DB
(204,214,219)
#D1DADF
(209,218,223)
#D6DEE3
(214,222,227)
#DBE2E7
(219,226,231)
#E0E6EB
(224,230,235)
#E5EAEF
(229,234,239)
#EAEEF3
(234,238,243)
#EFF2F7
(239,242,247)
#F4F6FB
(244,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CED3; }

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

This text font color is #C2CED3.

Background Color

.myBgColor { background-color: #C2CED3; }

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

This div background color is #C2CED3.

Border color

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

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

This div border color is #C2CED3.

Opacity

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

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

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

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

This text has shadow with #C2CED3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2CED3.

Preview

Color preview on black background

This text has color #C2CED3 on black background.


Color preview on white background

This text has color #C2CED3 on white background.


Black color preview on #C2CED3 background

This text has black color on #C2CED3 background.


White color preview on #C2CED3 background

This text has white color on #C2CED3 background.


Related colors

Complementary color

Complementary color for #hex is #3D312C.


I love getcolorcode.com

Triadic colors

1 #D3C2CE and #CED3C2 with #C2CED3 are triadic colors.

2 #D3CEC2 and #CEC2D3 with #C2CED3 are triadic colors.