COLOR #C1DCAE

HEX: #C1DCAE
RGB: (193,220,174)

Color info

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

RGB color model

#C1DCAE color RGB value is (193,220,174).

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

RGB channels and saturation

R 193 of 255 = 76%
G 220 of 255 = 86%
B 174 of 255 = 68%

193
220
174

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

Portions of RGB colors in percentages

R + G + B =
193 + 220 + 174 = 587 (100%)
R 193 of 587 ~ 32.88%
G 220 of 587 ~ 37.48%
B 174 of 587 ~ 29.64%

%32.88
%37.48
%29.64

CMYK color model

#C1DCAE color CMYK value is (12,0,21,14).

  • cyan value is 12.27%
  • magenta value is 0.00%
  • yellow value is 20.91%
  • key color value is 13.73%
CMYK:
(12,0,21,14)
C12M0Y21K14 
(12%,0%,21%,14%)
(0.12/0.00/0.21/0.14)	

CMYK percentages

%12.27
%0
%20.91
%13.73

Codes

Color #C1DCAE in popluar color models

C1DCAE
RGB193220174
HSL95°39.66%77.25%
HSB/HSV95°20.91%86.27%
CMYK12.27%0.00%20.91%
13.73%

Color #C1DCAE in popluar number systems.

HEXC1DCAE
Decimal193220174
Binary110000011101110010101110
Octal301334256

Shades and tints

Shades of #C1DCAE

#C1DCAE
(193,220,174)
#B0C89F
(176,200,159)
#9FB490
(159,180,144)
#8EA081
(142,160,129)
#7D8C72
(125,140,114)
#6C7863
(108,120,99)
#5B6454
(91,100,84)
#4A5045
(74,80,69)
#393C36
(57,60,54)
#282827
(40,40,39)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #C1DCAE

#C1DCAE
(193,220,174)
#C6DFB5
(198,223,181)
#CBE2BC
(203,226,188)
#D0E5C3
(208,229,195)
#D5E8CA
(213,232,202)
#DAEBD1
(218,235,209)
#DFEED8
(223,238,216)
#E4F1DF
(228,241,223)
#E9F4E6
(233,244,230)
#EEF7ED
(238,247,237)
#F3FAF4
(243,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1DCAE; }

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

This text font color is #C1DCAE.


Background Color

.myBgColor { background-color: #C1DCAE; }

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

This div background color is #C1DCAE.


Border color

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

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

This div border color is #C1DCAE.


Opacity

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

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

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

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

This text has shadow with #C1DCAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1DCAE on black background.


Color preview on white background

This text has color #C1DCAE on white background.



Black color preview on #C1DCAE background

This text has black color on #C1DCAE background.


White color preview on #C1DCAE background

This text has white color on #C1DCAE background.