COLOR #C2DBC8

HEX: #C2DBC8 RGB: (194,219,200)

Color info

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

RGB color model

#C2DBC8 color RGB value is (194,219,200).

RGB: (194,219,200) (76%, 86%, 78%)

RGB channels and saturation

R 194 of 255 = 76%
G 219 of 255 = 86%
B 200 of 255 = 78%

194
219
200

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

Portions of RGB colors in percentages

R + G + B = 194 + 219 + 200 = 613 (100%)
R 194 of 613 ~ 31.65%
G 219 of 613 ~ 35.73%
B 200 of 613 ~ 32.63'%

%31.65
%35.73
%32.63

CMYK color model

#C2DBC8 color CMYK value is (11,0,9,14).

  • cyan value is 11.42%
  • magenta value is 0.00%
  • yellow value is 8.68%
  • key color value is 14.12%

CMYK: (11,0,9,14)
C11M0Y9K14 (11%, 0%, 9%, 14%)
(0.11 / 0.00 / 0.09 / 0.14)

CMYK percentages

%11.42
%0
%8.68
%14.12

Codes

Color #C2DBC8 in popluar color models

C2 DB C8
RGB 194 219 200
HSL 134° 25.77% 80.98%
HSB/HSV 134° 11.42% 85.88%
CMYK 11.42% 0.00% 8.68%
14.12%

Color #C2DBC8 in popluar number systems.

HEX C2 DB C8
Decimal 194 219 200
Binary 11000010 11011011 11001000
Octal 302 333 310

Shades and tints

Shades of #C2DBC8

#C2DBC8
(194,219,200)
#B1C8B6
(177,200,182)
#A0B5A4
(160,181,164)
#8FA292
(143,162,146)
#7E8F80
(126,143,128)
#6D7C6E
(109,124,110)
#5C695C
(92,105,92)
#4B564A
(75,86,74)
#3A4338
(58,67,56)
#293026
(41,48,38)
#181D14
(24,29,20)
#000000
(0,0,0)

Tints of #C2DBC8

#C2DBC8
(194,219,200)
#C7DECD
(199,222,205)
#CCE1D2
(204,225,210)
#D1E4D7
(209,228,215)
#D6E7DC
(214,231,220)
#DBEAE1
(219,234,225)
#E0EDE6
(224,237,230)
#E5F0EB
(229,240,235)
#EAF3F0
(234,243,240)
#EFF6F5
(239,246,245)
#F4F9FA
(244,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2DBC8 color. Also use rgb(194,219,200) instead hex code.

Text Font Color

.myTextColor { color: #C2DBC8; }

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

This text font color is #C2DBC8.

Background Color

.myBgColor { background-color: #C2DBC8; }

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

This div background color is #C2DBC8.

Border color

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

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

This div border color is #C2DBC8.

Opacity

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

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

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

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

This text has shadow with #C2DBC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2DBC8.

Preview

Color preview on black background

This text has color #C2DBC8 on black background.


Color preview on white background

This text has color #C2DBC8 on white background.


Black color preview on #C2DBC8 background

This text has black color on #C2DBC8 background.


White color preview on #C2DBC8 background

This text has white color on #C2DBC8 background.


Related colors

Complementary color

Complementary color for #hex is #3D2437.


I love getcolorcode.com

Triadic colors

1 #C8C2DB and #DBC8C2 with #C2DBC8 are triadic colors.

2 #C8DBC2 and #DBC2C8 with #C2DBC8 are triadic colors.