COLOR #C1D6AA

HEX: #C1D6AA RGB: (193,214,170)

Color info

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

RGB color model

#C1D6AA color RGB value is (193,214,170).

RGB: (193,214,170) (76%, 84%, 67%)

RGB channels and saturation

R 193 of 255 = 76%
G 214 of 255 = 84%
B 170 of 255 = 67%

193
214
170

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

Portions of RGB colors in percentages

R + G + B = 193 + 214 + 170 = 577 (100%)
R 193 of 577 ~ 33.45%
G 214 of 577 ~ 37.09%
B 170 of 577 ~ 29.46'%

%33.45
%37.09
%29.46

CMYK color model

#C1D6AA color CMYK value is (10,0,21,16).

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

CMYK: (10,0,21,16)
C10M0Y21K16 (10%, 0%, 21%, 16%)
(0.10 / 0.00 / 0.21 / 0.16)

CMYK percentages

%9.81
%0
%20.56
%16.08

Codes

Color #C1D6AA in popluar color models

C1 D6 AA
RGB 193 214 170
HSL 89° 34.92% 75.29%
HSB/HSV 89° 20.56% 83.92%
CMYK 9.81% 0.00% 20.56%
16.08%

Color #C1D6AA in popluar number systems.

HEX C1 D6 AA
Decimal 193 214 170
Binary 11000001 11010110 10101010
Octal 301 326 252

Shades and tints

Shades of #C1D6AA

#C1D6AA
(193,214,170)
#B0C39B
(176,195,155)
#9FB08C
(159,176,140)
#8E9D7D
(142,157,125)
#7D8A6E
(125,138,110)
#6C775F
(108,119,95)
#5B6450
(91,100,80)
#4A5141
(74,81,65)
#393E32
(57,62,50)
#282B23
(40,43,35)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #C1D6AA

#C1D6AA
(193,214,170)
#C6D9B1
(198,217,177)
#CBDCB8
(203,220,184)
#D0DFBF
(208,223,191)
#D5E2C6
(213,226,198)
#DAE5CD
(218,229,205)
#DFE8D4
(223,232,212)
#E4EBDB
(228,235,219)
#E9EEE2
(233,238,226)
#EEF1E9
(238,241,233)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1D6AA; }

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

This text font color is #C1D6AA.

Background Color

.myBgColor { background-color: #C1D6AA; }

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

This div background color is #C1D6AA.

Border color

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

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

This div border color is #C1D6AA.

Opacity

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

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

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

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

This text has shadow with #C1D6AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1D6AA.

Preview

Color preview on black background

This text has color #C1D6AA on black background.


Color preview on white background

This text has color #C1D6AA on white background.


Black color preview on #C1D6AA background

This text has black color on #C1D6AA background.


White color preview on #C1D6AA background

This text has white color on #C1D6AA background.


Related colors

Complementary color

Complementary color for #hex is #3E2955.


I love getcolorcode.com

Triadic colors

1 #AAC1D6 and #D6AAC1 with #C1D6AA are triadic colors.

2 #AAD6C1 and #D6C1AA with #C1D6AA are triadic colors.