COLOR #C1D4AB

HEX: #C1D4AB RGB: (193,212,171)

Color info

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

RGB color model

#C1D4AB color RGB value is (193,212,171).

RGB: (193,212,171) (76%, 83%, 67%)

RGB channels and saturation

R 193 of 255 = 76%
G 212 of 255 = 83%
B 171 of 255 = 67%

193
212
171

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

Portions of RGB colors in percentages

R + G + B = 193 + 212 + 171 = 576 (100%)
R 193 of 576 ~ 33.51%
G 212 of 576 ~ 36.81%
B 171 of 576 ~ 29.69'%

%33.51
%36.81
%29.69

CMYK color model

#C1D4AB color CMYK value is (9,0,19,17).

  • cyan value is 8.96%
  • magenta value is 0.00%
  • yellow value is 19.34%
  • key color value is 16.86%
CMYK: (9,0,19,17) C9M0Y19K17 (9%,0%,19%,17%) (0.09/0.00/0.19/0.17) 

CMYK percentages

%8.96
%0
%19.34
%16.86

Codes

Color #C1D4AB in popluar color models

C1 D4 AB
RGB 193 212 171
HSL 88° 32.28% 75.10%
HSB/HSV 88° 19.34% 83.14%
CMYK 8.96% 0.00% 19.34%
16.86%

Color #C1D4AB in popluar number systems.

HEX C1 D4 AB
Decimal 193 212 171
Binary 11000001 11010100 10101011
Octal 301 324 253

Shades and tints

Shades of #C1D4AB

#C1D4AB
(193,212,171)
#B0C19C
(176,193,156)
#9FAE8D
(159,174,141)
#8E9B7E
(142,155,126)
#7D886F
(125,136,111)
#6C7560
(108,117,96)
#5B6251
(91,98,81)
#4A4F42
(74,79,66)
#393C33
(57,60,51)
#282924
(40,41,36)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #C1D4AB

#C1D4AB
(193,212,171)
#C6D7B2
(198,215,178)
#CBDAB9
(203,218,185)
#D0DDC0
(208,221,192)
#D5E0C7
(213,224,199)
#DAE3CE
(218,227,206)
#DFE6D5
(223,230,213)
#E4E9DC
(228,233,220)
#E9ECE3
(233,236,227)
#EEEFEA
(238,239,234)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1D4AB color. Also use rgb(193,212,171) instead hex code.

Text Font Color

.myTextColor { color: #C1D4AB; }

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

This text font color is #C1D4AB.

Background Color

.myBgColor { background-color: #C1D4AB; }

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

This div background color is #C1D4AB.

Border color

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

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

This div border color is #C1D4AB.

Opacity

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

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

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

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

This text has shadow with #C1D4AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1D4AB.

Preview

Color preview on black background

This text has color #C1D4AB on black background.


Color preview on white background

This text has color #C1D4AB on white background.


Black color preview on #C1D4AB background

This text has black color on #C1D4AB background.


White color preview on #C1D4AB background

This text has white color on #C1D4AB background.


Related colors

Complementary color

Complementary color for #hex is #3E2B54.


I love getcolorcode.com

Triadic colors

1 #ABC1D4 and #D4ABC1 with #C1D4AB are triadic colors.

2 #ABD4C1 and #D4C1AB with #C1D4AB are triadic colors.