COLOR #C1D1AE

HEX: #C1D1AE RGB: (193,209,174)

Color info

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

RGB color model

#C1D1AE color RGB value is (193,209,174).

RGB: (193,209,174) (76%, 82%, 68%)

RGB channels and saturation

R 193 of 255 = 76%
G 209 of 255 = 82%
B 174 of 255 = 68%

193
209
174

R + G + B ~ 75%. #C1D1AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 209 + 174 = 576 (100%)
R 193 of 576 ~ 33.51%
G 209 of 576 ~ 36.28%
B 174 of 576 ~ 30.21'%

%33.51
%36.28
%30.21

CMYK color model

#C1D1AE color CMYK value is (8,0,17,18).

  • cyan value is 7.66%
  • magenta value is 0.00%
  • yellow value is 16.75%
  • key color value is 18.04%

CMYK: (8,0,17,18)
C8M0Y17K18 (8%, 0%, 17%, 18%)
(0.08 / 0.00 / 0.17 / 0.18)

CMYK percentages

%7.66
%0
%16.75
%18.04

Codes

Color #C1D1AE in popluar color models

C1 D1 AE
RGB 193 209 174
HSL 87° 27.56% 75.10%
HSB/HSV 87° 16.75% 81.96%
CMYK 7.66% 0.00% 16.75%
18.04%

Color #C1D1AE in popluar number systems.

HEX C1 D1 AE
Decimal 193 209 174
Binary 11000001 11010001 10101110
Octal 301 321 256

Shades and tints

Shades of #C1D1AE

#C1D1AE
(193,209,174)
#B0BE9F
(176,190,159)
#9FAB90
(159,171,144)
#8E9881
(142,152,129)
#7D8572
(125,133,114)
#6C7263
(108,114,99)
#5B5F54
(91,95,84)
#4A4C45
(74,76,69)
#393936
(57,57,54)
#282627
(40,38,39)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #C1D1AE

#C1D1AE
(193,209,174)
#C6D5B5
(198,213,181)
#CBD9BC
(203,217,188)
#D0DDC3
(208,221,195)
#D5E1CA
(213,225,202)
#DAE5D1
(218,229,209)
#DFE9D8
(223,233,216)
#E4EDDF
(228,237,223)
#E9F1E6
(233,241,230)
#EEF5ED
(238,245,237)
#F3F9F4
(243,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1D1AE; }

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

This text font color is #C1D1AE.

Background Color

.myBgColor { background-color: #C1D1AE; }

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

This div background color is #C1D1AE.

Border color

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

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

This div border color is #C1D1AE.

Opacity

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

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

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

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

This text has shadow with #C1D1AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1D1AE.

Preview

Color preview on black background

This text has color #C1D1AE on black background.


Color preview on white background

This text has color #C1D1AE on white background.


Black color preview on #C1D1AE background

This text has black color on #C1D1AE background.


White color preview on #C1D1AE background

This text has white color on #C1D1AE background.


Related colors

Complementary color

Complementary color for #hex is #3E2E51.


I love getcolorcode.com

Triadic colors

1 #AEC1D1 and #D1AEC1 with #C1D1AE are triadic colors.

2 #AED1C1 and #D1C1AE with #C1D1AE are triadic colors.