COLOR #C2DBB9

HEX: #C2DBB9 RGB: (194,219,185)

Color info

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

RGB color model

#C2DBB9 color RGB value is (194,219,185).

RGB: (194,219,185) (76%, 86%, 73%)

RGB channels and saturation

R 194 of 255 = 76%
G 219 of 255 = 86%
B 185 of 255 = 73%

194
219
185

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

Portions of RGB colors in percentages

R + G + B = 194 + 219 + 185 = 598 (100%)
R 194 of 598 ~ 32.44%
G 219 of 598 ~ 36.62%
B 185 of 598 ~ 30.94'%

%32.44
%36.62
%30.94

CMYK color model

#C2DBB9 color CMYK value is (11,0,16,14).

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

CMYK: (11,0,16,14)
C11M0Y16K14 (11%, 0%, 16%, 14%)
(0.11 / 0.00 / 0.16 / 0.14)

CMYK percentages

%11.42
%0
%15.53
%14.12

Codes

Color #C2DBB9 in popluar color models

C2 DB B9
RGB 194 219 185
HSL 104° 32.08% 79.22%
HSB/HSV 104° 15.53% 85.88%
CMYK 11.42% 0.00% 15.53%
14.12%

Color #C2DBB9 in popluar number systems.

HEX C2 DB B9
Decimal 194 219 185
Binary 11000010 11011011 10111001
Octal 302 333 271

Shades and tints

Shades of #C2DBB9

#C2DBB9
(194,219,185)
#B1C8A9
(177,200,169)
#A0B599
(160,181,153)
#8FA289
(143,162,137)
#7E8F79
(126,143,121)
#6D7C69
(109,124,105)
#5C6959
(92,105,89)
#4B5649
(75,86,73)
#3A4339
(58,67,57)
#293029
(41,48,41)
#181D19
(24,29,25)
#000000
(0,0,0)

Tints of #C2DBB9

#C2DBB9
(194,219,185)
#C7DEBF
(199,222,191)
#CCE1C5
(204,225,197)
#D1E4CB
(209,228,203)
#D6E7D1
(214,231,209)
#DBEAD7
(219,234,215)
#E0EDDD
(224,237,221)
#E5F0E3
(229,240,227)
#EAF3E9
(234,243,233)
#EFF6EF
(239,246,239)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2DBB9; }

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

This text font color is #C2DBB9.

Background Color

.myBgColor { background-color: #C2DBB9; }

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

This div background color is #C2DBB9.

Border color

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

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

This div border color is #C2DBB9.

Opacity

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

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

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

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

This text has shadow with #C2DBB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2DBB9.

Preview

Color preview on black background

This text has color #C2DBB9 on black background.


Color preview on white background

This text has color #C2DBB9 on white background.


Black color preview on #C2DBB9 background

This text has black color on #C2DBB9 background.


White color preview on #C2DBB9 background

This text has white color on #C2DBB9 background.


Related colors

Complementary color

Complementary color for #hex is #3D2446.


I love getcolorcode.com

Triadic colors

1 #B9C2DB and #DBB9C2 with #C2DBB9 are triadic colors.

2 #B9DBC2 and #DBC2B9 with #C2DBB9 are triadic colors.