COLOR #C1D0AE

HEX: #C1D0AE
RGB: (193,208,174)

Color info

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

RGB color model

#C1D0AE color RGB value is (193,208,174).

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

RGB channels and saturation

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

193
208
174

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

Portions of RGB colors in percentages

R + G + B =
193 + 208 + 174 = 575 (100%)
R 193 of 575 ~ 33.57%
G 208 of 575 ~ 36.17%
B 174 of 575 ~ 30.26%

%33.57
%36.17
%30.26

CMYK color model

#C1D0AE color CMYK value is (7,0,16,18).

  • cyan value is 7.21%
  • magenta value is 0.00%
  • yellow value is 16.35%
  • key color value is 18.43%
CMYK:
(7,0,16,18)
C7M0Y16K18 
(7%,0%,16%,18%)
(0.07/0.00/0.16/0.18)	

CMYK percentages

%7.21
%0
%16.35
%18.43

Codes

Color #C1D0AE in popluar color models

C1D0AE
RGB193208174
HSL86°26.56%74.90%
HSB/HSV86°16.35%81.57%
CMYK7.21%0.00%16.35%
18.43%

Color #C1D0AE in popluar number systems.

HEXC1D0AE
Decimal193208174
Binary110000011101000010101110
Octal301320256

Shades and tints

Shades of #C1D0AE

#C1D0AE
(193,208,174)
#B0BE9F
(176,190,159)
#9FAC90
(159,172,144)
#8E9A81
(142,154,129)
#7D8872
(125,136,114)
#6C7663
(108,118,99)
#5B6454
(91,100,84)
#4A5245
(74,82,69)
#394036
(57,64,54)
#282E27
(40,46,39)
#171C18
(23,28,24)
#000000
(0,0,0)

Tints of #C1D0AE

#C1D0AE
(193,208,174)
#C6D4B5
(198,212,181)
#CBD8BC
(203,216,188)
#D0DCC3
(208,220,195)
#D5E0CA
(213,224,202)
#DAE4D1
(218,228,209)
#DFE8D8
(223,232,216)
#E4ECDF
(228,236,223)
#E9F0E6
(233,240,230)
#EEF4ED
(238,244,237)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1D0AE; }

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

This text font color is #C1D0AE.


Background Color

.myBgColor { background-color: #C1D0AE; }

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

This div background color is #C1D0AE.


Border color

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

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

This div border color is #C1D0AE.


Opacity

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

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

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

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

This text has shadow with #C1D0AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D0AE on black background.


Color preview on white background

This text has color #C1D0AE on white background.



Black color preview on #C1D0AE background

This text has black color on #C1D0AE background.


White color preview on #C1D0AE background

This text has white color on #C1D0AE background.