COLOR #C1DEAE

HEX: #C1DEAE
RGB: (193,222,174)

Color info

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

RGB color model

#C1DEAE color RGB value is (193,222,174).

  • red value is 193;
  • green value is 222;
  • blue value is 174.
RGB:
(193,222,174)
(76%,87%,68%)

RGB channels and saturation

R 193 of 255 = 76%
G 222 of 255 = 87%
B 174 of 255 = 68%

193
222
174

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

Portions of RGB colors in percentages

R + G + B =
193 + 222 + 174 = 589 (100%)
R 193 of 589 ~ 32.77%
G 222 of 589 ~ 37.69%
B 174 of 589 ~ 29.54%

%32.77
%37.69
%29.54

CMYK color model

#C1DEAE color CMYK value is (13,0,22,13).

  • cyan value is 13.06%
  • magenta value is 0.00%
  • yellow value is 21.62%
  • key color value is 12.94%
CMYK:
(13,0,22,13)
C13M0Y22K13 
(13%,0%,22%,13%)
(0.13/0.00/0.22/0.13)	

CMYK percentages

%13.06
%0
%21.62
%12.94

Codes

Color #C1DEAE in popluar color models

C1DEAE
RGB193222174
HSL96°42.11%77.65%
HSB/HSV96°21.62%87.06%
CMYK13.06%0.00%21.62%
12.94%

Color #C1DEAE in popluar number systems.

HEXC1DEAE
Decimal193222174
Binary110000011101111010101110
Octal301336256

Shades and tints

Shades of #C1DEAE

#C1DEAE
(193,222,174)
#B0CA9F
(176,202,159)
#9FB690
(159,182,144)
#8EA281
(142,162,129)
#7D8E72
(125,142,114)
#6C7A63
(108,122,99)
#5B6654
(91,102,84)
#4A5245
(74,82,69)
#393E36
(57,62,54)
#282A27
(40,42,39)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #C1DEAE

#C1DEAE
(193,222,174)
#C6E1B5
(198,225,181)
#CBE4BC
(203,228,188)
#D0E7C3
(208,231,195)
#D5EACA
(213,234,202)
#DAEDD1
(218,237,209)
#DFF0D8
(223,240,216)
#E4F3DF
(228,243,223)
#E9F6E6
(233,246,230)
#EEF9ED
(238,249,237)
#F3FCF4
(243,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1DEAE color. Also use rgb(193,222,174) instead hex code.

Text Font Color

.myTextColor { color: #C1DEAE; }

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

This text font color is #C1DEAE.


Background Color

.myBgColor { background-color: #C1DEAE; }

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

This div background color is #C1DEAE.


Border color

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

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

This div border color is #C1DEAE.


Opacity

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

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

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

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

This text has shadow with #C1DEAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1DEAE on black background.


Color preview on white background

This text has color #C1DEAE on white background.



Black color preview on #C1DEAE background

This text has black color on #C1DEAE background.


White color preview on #C1DEAE background

This text has white color on #C1DEAE background.