COLOR #C1CE9F

HEX: #C1CE9F RGB: (193,206,159)

Color info

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

RGB color model

#C1CE9F color RGB value is (193,206,159).

RGB: (193,206,159) (76%, 81%, 62%)

RGB channels and saturation

R 193 of 255 = 76%
G 206 of 255 = 81%
B 159 of 255 = 62%

193
206
159

R + G + B ~ 73%. #C1CE9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 206 + 159 = 558 (100%)
R 193 of 558 ~ 34.59%
G 206 of 558 ~ 36.92%
B 159 of 558 ~ 28.49'%

%34.59
%36.92
%28.49

CMYK color model

#C1CE9F color CMYK value is (6,0,23,19).

  • cyan value is 6.31%
  • magenta value is 0.00%
  • yellow value is 22.82%
  • key color value is 19.22%

CMYK: (6,0,23,19)
C6M0Y23K19 (6%, 0%, 23%, 19%)
(0.06 / 0.00 / 0.23 / 0.19)

CMYK percentages

%6.31
%0
%22.82
%19.22

Codes

Color #C1CE9F in popluar color models

C1 CE 9F
RGB 193 206 159
HSL 77° 32.41% 71.57%
HSB/HSV 77° 22.82% 80.78%
CMYK 6.31% 0.00% 22.82%
19.22%

Color #C1CE9F in popluar number systems.

HEX C1 CE 9F
Decimal 193 206 159
Binary 11000001 11001110 10011111
Octal 301 316 237

Shades and tints

Shades of #C1CE9F

#C1CE9F
(193,206,159)
#B0BC91
(176,188,145)
#9FAA83
(159,170,131)
#8E9875
(142,152,117)
#7D8667
(125,134,103)
#6C7459
(108,116,89)
#5B624B
(91,98,75)
#4A503D
(74,80,61)
#393E2F
(57,62,47)
#282C21
(40,44,33)
#171A13
(23,26,19)
#000000
(0,0,0)

Tints of #C1CE9F

#C1CE9F
(193,206,159)
#C6D2A7
(198,210,167)
#CBD6AF
(203,214,175)
#D0DAB7
(208,218,183)
#D5DEBF
(213,222,191)
#DAE2C7
(218,226,199)
#DFE6CF
(223,230,207)
#E4EAD7
(228,234,215)
#E9EEDF
(233,238,223)
#EEF2E7
(238,242,231)
#F3F6EF
(243,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1CE9F color. Also use rgb(193,206,159) instead hex code.

Text Font Color

.myTextColor { color: #C1CE9F; }

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

This text font color is #C1CE9F.

Background Color

.myBgColor { background-color: #C1CE9F; }

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

This div background color is #C1CE9F.

Border color

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

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

This div border color is #C1CE9F.

Opacity

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

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

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

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

This text has shadow with #C1CE9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1CE9F.

Preview

Color preview on black background

This text has color #C1CE9F on black background.


Color preview on white background

This text has color #C1CE9F on white background.


Black color preview on #C1CE9F background

This text has black color on #C1CE9F background.


White color preview on #C1CE9F background

This text has white color on #C1CE9F background.


Related colors

Complementary color

Complementary color for #hex is #3E3160.


I love getcolorcode.com

Triadic colors

1 #9FC1CE and #CE9FC1 with #C1CE9F are triadic colors.

2 #9FCEC1 and #CEC19F with #C1CE9F are triadic colors.