COLOR #C6CE9B

HEX: #C6CE9B RGB: (198,206,155)

Color info

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

RGB color model

#C6CE9B color RGB value is (198,206,155).

RGB: (198,206,155) (78%, 81%, 61%)

RGB channels and saturation

R 198 of 255 = 78%
G 206 of 255 = 81%
B 155 of 255 = 61%

198
206
155

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

Portions of RGB colors in percentages

R + G + B = 198 + 206 + 155 = 559 (100%)
R 198 of 559 ~ 35.42%
G 206 of 559 ~ 36.85%
B 155 of 559 ~ 27.73'%

%35.42
%36.85
%27.73

CMYK color model

#C6CE9B color CMYK value is (4,0,25,19).

  • cyan value is 3.88%
  • magenta value is 0.00%
  • yellow value is 24.76%
  • key color value is 19.22%
CMYK: (4,0,25,19) C4M0Y25K19 (4%,0%,25%,19%) (0.04/0.00/0.25/0.19) 

CMYK percentages

%3.88
%0
%24.76
%19.22

Codes

Color #C6CE9B in popluar color models

C6 CE 9B
RGB 198 206 155
HSL 69° 34.23% 70.78%
HSB/HSV 69° 24.76% 80.78%
CMYK 3.88% 0.00% 24.76%
19.22%

Color #C6CE9B in popluar number systems.

HEX C6 CE 9B
Decimal 198 206 155
Binary 11000110 11001110 10011011
Octal 306 316 233

Shades and tints

Shades of #C6CE9B

#C6CE9B
(198,206,155)
#B4BC8D
(180,188,141)
#A2AA7F
(162,170,127)
#909871
(144,152,113)
#7E8663
(126,134,99)
#6C7455
(108,116,85)
#5A6247
(90,98,71)
#485039
(72,80,57)
#363E2B
(54,62,43)
#242C1D
(36,44,29)
#121A0F
(18,26,15)
#000000
(0,0,0)

Tints of #C6CE9B

#C6CE9B
(198,206,155)
#CBD2A4
(203,210,164)
#D0D6AD
(208,214,173)
#D5DAB6
(213,218,182)
#DADEBF
(218,222,191)
#DFE2C8
(223,226,200)
#E4E6D1
(228,230,209)
#E9EADA
(233,234,218)
#EEEEE3
(238,238,227)
#F3F2EC
(243,242,236)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CE9B color. Also use rgb(198,206,155) instead hex code.

Text Font Color

.myTextColor { color: #C6CE9B; }

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

This text font color is #C6CE9B.

Background Color

.myBgColor { background-color: #C6CE9B; }

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

This div background color is #C6CE9B.

Border color

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

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

This div border color is #C6CE9B.

Opacity

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

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

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

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

This text has shadow with #C6CE9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CE9B.

Preview

Color preview on black background

This text has color #C6CE9B on black background.


Color preview on white background

This text has color #C6CE9B on white background.


Black color preview on #C6CE9B background

This text has black color on #C6CE9B background.


White color preview on #C6CE9B background

This text has white color on #C6CE9B background.


Related colors

Complementary color

Complementary color for #hex is #393164.


I love getcolorcode.com

Triadic colors

1 #9BC6CE and #CE9BC6 with #C6CE9B are triadic colors.

2 #9BCEC6 and #CEC69B with #C6CE9B are triadic colors.