COLOR #C1CF96

HEX: #C1CF96 RGB: (193,207,150)

Color info

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

RGB color model

#C1CF96 color RGB value is (193,207,150).

RGB: (193,207,150) (76%, 81%, 59%)

RGB channels and saturation

R 193 of 255 = 76%
G 207 of 255 = 81%
B 150 of 255 = 59%

193
207
150

R + G + B ~ 72%. #C1CF96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 207 + 150 = 550 (100%)
R 193 of 550 ~ 35.09%
G 207 of 550 ~ 37.64%
B 150 of 550 ~ 27.27'%

%35.09
%37.64
%27.27

CMYK color model

#C1CF96 color CMYK value is (7,0,28,19).

  • cyan value is 6.76%
  • magenta value is 0.00%
  • yellow value is 27.54%
  • key color value is 18.82%

CMYK: (7,0,28,19)
C7M0Y28K19 (7%, 0%, 28%, 19%)
(0.07 / 0.00 / 0.28 / 0.19)

CMYK percentages

%6.76
%0
%27.54
%18.82

Codes

Color #C1CF96 in popluar color models

C1 CF 96
RGB 193 207 150
HSL 75° 37.25% 70.00%
HSB/HSV 75° 27.54% 81.18%
CMYK 6.76% 0.00% 27.54%
18.82%

Color #C1CF96 in popluar number systems.

HEX C1 CF 96
Decimal 193 207 150
Binary 11000001 11001111 10010110
Octal 301 317 226

Shades and tints

Shades of #C1CF96

#C1CF96
(193,207,150)
#B0BD89
(176,189,137)
#9FAB7C
(159,171,124)
#8E996F
(142,153,111)
#7D8762
(125,135,98)
#6C7555
(108,117,85)
#5B6348
(91,99,72)
#4A513B
(74,81,59)
#393F2E
(57,63,46)
#282D21
(40,45,33)
#171B14
(23,27,20)
#000000
(0,0,0)

Tints of #C1CF96

#C1CF96
(193,207,150)
#C6D39F
(198,211,159)
#CBD7A8
(203,215,168)
#D0DBB1
(208,219,177)
#D5DFBA
(213,223,186)
#DAE3C3
(218,227,195)
#DFE7CC
(223,231,204)
#E4EBD5
(228,235,213)
#E9EFDE
(233,239,222)
#EEF3E7
(238,243,231)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1CF96 color. Also use rgb(193,207,150) instead hex code.

Text Font Color

.myTextColor { color: #C1CF96; }

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

This text font color is #C1CF96.

Background Color

.myBgColor { background-color: #C1CF96; }

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

This div background color is #C1CF96.

Border color

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

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

This div border color is #C1CF96.

Opacity

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

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

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

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

This text has shadow with #C1CF96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1CF96.

Preview

Color preview on black background

This text has color #C1CF96 on black background.


Color preview on white background

This text has color #C1CF96 on white background.


Black color preview on #C1CF96 background

This text has black color on #C1CF96 background.


White color preview on #C1CF96 background

This text has white color on #C1CF96 background.


Related colors

Complementary color

Complementary color for #hex is #3E3069.


I love getcolorcode.com

Triadic colors

1 #96C1CF and #CF96C1 with #C1CF96 are triadic colors.

2 #96CFC1 and #CFC196 with #C1CF96 are triadic colors.