COLOR #C6CBB3

HEX: #C6CBB3 RGB: (198,203,179)

Color info

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

RGB color model

#C6CBB3 color RGB value is (198,203,179).

RGB: (198,203,179) (78%, 80%, 70%)

RGB channels and saturation

R 198 of 255 = 78%
G 203 of 255 = 80%
B 179 of 255 = 70%

198
203
179

R + G + B ~ 76%. #C6CBB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 203 + 179 = 580 (100%)
R 198 of 580 ~ 34.14%
G 203 of 580 ~ 35%
B 179 of 580 ~ 30.86'%

%34.14
%35
%30.86

CMYK color model

#C6CBB3 color CMYK value is (2,0,12,20).

  • cyan value is 2.46%
  • magenta value is 0.00%
  • yellow value is 11.82%
  • key color value is 20.39%

CMYK: (2,0,12,20)
C2M0Y12K20 (2%, 0%, 12%, 20%)
(0.02 / 0.00 / 0.12 / 0.20)

CMYK percentages

%2.46
%0
%11.82
%20.39

Codes

Color #C6CBB3 in popluar color models

C6 CB B3
RGB 198 203 179
HSL 73° 18.75% 74.90%
HSB/HSV 73° 11.82% 79.61%
CMYK 2.46% 0.00% 11.82%
20.39%

Color #C6CBB3 in popluar number systems.

HEX C6 CB B3
Decimal 198 203 179
Binary 11000110 11001011 10110011
Octal 306 313 263

Shades and tints

Shades of #C6CBB3

#C6CBB3
(198,203,179)
#B4B9A3
(180,185,163)
#A2A793
(162,167,147)
#909583
(144,149,131)
#7E8373
(126,131,115)
#6C7163
(108,113,99)
#5A5F53
(90,95,83)
#484D43
(72,77,67)
#363B33
(54,59,51)
#242923
(36,41,35)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #C6CBB3

#C6CBB3
(198,203,179)
#CBCFB9
(203,207,185)
#D0D3BF
(208,211,191)
#D5D7C5
(213,215,197)
#DADBCB
(218,219,203)
#DFDFD1
(223,223,209)
#E4E3D7
(228,227,215)
#E9E7DD
(233,231,221)
#EEEBE3
(238,235,227)
#F3EFE9
(243,239,233)
#F8F3EF
(248,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CBB3 color. Also use rgb(198,203,179) instead hex code.

Text Font Color

.myTextColor { color: #C6CBB3; }

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

This text font color is #C6CBB3.

Background Color

.myBgColor { background-color: #C6CBB3; }

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

This div background color is #C6CBB3.

Border color

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

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

This div border color is #C6CBB3.

Opacity

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

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

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

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

This text has shadow with #C6CBB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CBB3.

Preview

Color preview on black background

This text has color #C6CBB3 on black background.


Color preview on white background

This text has color #C6CBB3 on white background.


Black color preview on #C6CBB3 background

This text has black color on #C6CBB3 background.


White color preview on #C6CBB3 background

This text has white color on #C6CBB3 background.


Related colors

Complementary color

Complementary color for #hex is #39344C.


I love getcolorcode.com

Triadic colors

1 #B3C6CB and #CBB3C6 with #C6CBB3 are triadic colors.

2 #B3CBC6 and #CBC6B3 with #C6CBB3 are triadic colors.