COLOR #C1D6AE

HEX: #C1D6AE RGB: (193,214,174)

Color info

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

RGB color model

#C1D6AE color RGB value is (193,214,174).

RGB: (193,214,174) (76%, 84%, 68%)

RGB channels and saturation

R 193 of 255 = 76%
G 214 of 255 = 84%
B 174 of 255 = 68%

193
214
174

R + G + B ~ 76%. #C1D6AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 214 + 174 = 581 (100%)
R 193 of 581 ~ 33.22%
G 214 of 581 ~ 36.83%
B 174 of 581 ~ 29.95'%

%33.22
%36.83
%29.95

CMYK color model

#C1D6AE color CMYK value is (10,0,19,16).

  • cyan value is 9.81%
  • magenta value is 0.00%
  • yellow value is 18.69%
  • key color value is 16.08%

CMYK: (10,0,19,16)
C10M0Y19K16 (10%, 0%, 19%, 16%)
(0.10 / 0.00 / 0.19 / 0.16)

CMYK percentages

%9.81
%0
%18.69
%16.08

Codes

Color #C1D6AE in popluar color models

C1 D6 AE
RGB 193 214 174
HSL 92° 32.79% 76.08%
HSB/HSV 92° 18.69% 83.92%
CMYK 9.81% 0.00% 18.69%
16.08%

Color #C1D6AE in popluar number systems.

HEX C1 D6 AE
Decimal 193 214 174
Binary 11000001 11010110 10101110
Octal 301 326 256

Shades and tints

Shades of #C1D6AE

#C1D6AE
(193,214,174)
#B0C39F
(176,195,159)
#9FB090
(159,176,144)
#8E9D81
(142,157,129)
#7D8A72
(125,138,114)
#6C7763
(108,119,99)
#5B6454
(91,100,84)
#4A5145
(74,81,69)
#393E36
(57,62,54)
#282B27
(40,43,39)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #C1D6AE

#C1D6AE
(193,214,174)
#C6D9B5
(198,217,181)
#CBDCBC
(203,220,188)
#D0DFC3
(208,223,195)
#D5E2CA
(213,226,202)
#DAE5D1
(218,229,209)
#DFE8D8
(223,232,216)
#E4EBDF
(228,235,223)
#E9EEE6
(233,238,230)
#EEF1ED
(238,241,237)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1D6AE; }

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

This text font color is #C1D6AE.

Background Color

.myBgColor { background-color: #C1D6AE; }

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

This div background color is #C1D6AE.

Border color

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

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

This div border color is #C1D6AE.

Opacity

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

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

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

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

This text has shadow with #C1D6AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1D6AE.

Preview

Color preview on black background

This text has color #C1D6AE on black background.


Color preview on white background

This text has color #C1D6AE on white background.


Black color preview on #C1D6AE background

This text has black color on #C1D6AE background.


White color preview on #C1D6AE background

This text has white color on #C1D6AE background.


Related colors

Complementary color

Complementary color for #hex is #3E2951.


I love getcolorcode.com

Triadic colors

1 #AEC1D6 and #D6AEC1 with #C1D6AE are triadic colors.

2 #AED6C1 and #D6C1AE with #C1D6AE are triadic colors.