COLOR #C2DAB1

HEX: #C2DAB1
RGB: (194,218,177)

Color info

#C2DAB1 contains red, green and blue colors in about the same proportion. Web safe color of #C2DAB1 is #CCCC99 (or #CC9).

RGB color model

#C2DAB1 color RGB value is (194,218,177).

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

RGB channels and saturation

R 194 of 255 = 76%
G 218 of 255 = 85%
B 177 of 255 = 69%

194
218
177

R + G + B ~ 77%. #C2DAB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 218 + 177 = 589 (100%)
R 194 of 589 ~ 32.94%
G 218 of 589 ~ 37.01%
B 177 of 589 ~ 30.05%

%32.94
%37.01
%30.05

CMYK color model

#C2DAB1 color CMYK value is (11,0,19,15).

  • cyan value is 11.01%
  • magenta value is 0.00%
  • yellow value is 18.81%
  • key color value is 14.51%
CMYK:
(11,0,19,15)
C11M0Y19K15 
(11%,0%,19%,15%)
(0.11/0.00/0.19/0.15)	

CMYK percentages

%11.01
%0
%18.81
%14.51

Codes

Color #C2DAB1 in popluar color models

C2DAB1
RGB194218177
HSL95°35.65%77.45%
HSB/HSV95°18.81%85.49%
CMYK11.01%0.00%18.81%
14.51%

Color #C2DAB1 in popluar number systems.

HEXC2DAB1
Decimal194218177
Binary110000101101101010110001
Octal302332261

Shades and tints

Shades of #C2DAB1

#C2DAB1
(194,218,177)
#B1C7A1
(177,199,161)
#A0B491
(160,180,145)
#8FA181
(143,161,129)
#7E8E71
(126,142,113)
#6D7B61
(109,123,97)
#5C6851
(92,104,81)
#4B5541
(75,85,65)
#3A4231
(58,66,49)
#292F21
(41,47,33)
#181C11
(24,28,17)
#000000
(0,0,0)

Tints of #C2DAB1

#C2DAB1
(194,218,177)
#C7DDB8
(199,221,184)
#CCE0BF
(204,224,191)
#D1E3C6
(209,227,198)
#D6E6CD
(214,230,205)
#DBE9D4
(219,233,212)
#E0ECDB
(224,236,219)
#E5EFE2
(229,239,226)
#EAF2E9
(234,242,233)
#EFF5F0
(239,245,240)
#F4F8F7
(244,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2DAB1; }

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

This text font color is #C2DAB1.


Background Color

.myBgColor { background-color: #C2DAB1; }

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

This div background color is #C2DAB1.


Border color

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

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

This div border color is #C2DAB1.


Opacity

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

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

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

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

This text has shadow with #C2DAB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2DAB1 on black background.


Color preview on white background

This text has color #C2DAB1 on white background.



Black color preview on #C2DAB1 background

This text has black color on #C2DAB1 background.


White color preview on #C2DAB1 background

This text has white color on #C2DAB1 background.