COLOR #C2DAB8

HEX: #C2DAB8
RGB: (194,218,184)

Color info

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

RGB color model

#C2DAB8 color RGB value is (194,218,184).

  • red value is 194;
  • green value is 218;
  • blue value is 184.
RGB:
(194,218,184)
(76%,85%,72%)

RGB channels and saturation

R 194 of 255 = 76%
G 218 of 255 = 85%
B 184 of 255 = 72%

194
218
184

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

Portions of RGB colors in percentages

R + G + B =
194 + 218 + 184 = 596 (100%)
R 194 of 596 ~ 32.55%
G 218 of 596 ~ 36.58%
B 184 of 596 ~ 30.87%

%32.55
%36.58
%30.87

CMYK color model

#C2DAB8 color CMYK value is (11,0,16,15).

  • cyan value is 11.01%
  • magenta value is 0.00%
  • yellow value is 15.60%
  • key color value is 14.51%
CMYK:
(11,0,16,15)
C11M0Y16K15 
(11%,0%,16%,15%)
(0.11/0.00/0.16/0.15)	

CMYK percentages

%11.01
%0
%15.6
%14.51

Codes

Color #C2DAB8 in popluar color models

C2DAB8
RGB194218184
HSL102°31.48%78.82%
HSB/HSV102°15.60%85.49%
CMYK11.01%0.00%15.60%
14.51%

Color #C2DAB8 in popluar number systems.

HEXC2DAB8
Decimal194218184
Binary110000101101101010111000
Octal302332270

Shades and tints

Shades of #C2DAB8

#C2DAB8
(194,218,184)
#B1C7A8
(177,199,168)
#A0B498
(160,180,152)
#8FA188
(143,161,136)
#7E8E78
(126,142,120)
#6D7B68
(109,123,104)
#5C6858
(92,104,88)
#4B5548
(75,85,72)
#3A4238
(58,66,56)
#292F28
(41,47,40)
#181C18
(24,28,24)
#000000
(0,0,0)

Tints of #C2DAB8

#C2DAB8
(194,218,184)
#C7DDBE
(199,221,190)
#CCE0C4
(204,224,196)
#D1E3CA
(209,227,202)
#D6E6D0
(214,230,208)
#DBE9D6
(219,233,214)
#E0ECDC
(224,236,220)
#E5EFE2
(229,239,226)
#EAF2E8
(234,242,232)
#EFF5EE
(239,245,238)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2DAB8 color. Also use rgb(194,218,184) instead hex code.

Text Font Color

.myTextColor { color: #C2DAB8; }

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

This text font color is #C2DAB8.


Background Color

.myBgColor { background-color: #C2DAB8; }

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

This div background color is #C2DAB8.


Border color

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

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

This div border color is #C2DAB8.


Opacity

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

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

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

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

This text has shadow with #C2DAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2DAB8 on black background.


Color preview on white background

This text has color #C2DAB8 on white background.



Black color preview on #C2DAB8 background

This text has black color on #C2DAB8 background.


White color preview on #C2DAB8 background

This text has white color on #C2DAB8 background.