COLOR #C3CBB3

HEX: #C3CBB3 RGB: (195,203,179)

Color info

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

RGB color model

#C3CBB3 color RGB value is (195,203,179).

RGB: (195,203,179) (76%, 80%, 70%)

RGB channels and saturation

R 195 of 255 = 76%
G 203 of 255 = 80%
B 179 of 255 = 70%

195
203
179

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

Portions of RGB colors in percentages

R + G + B = 195 + 203 + 179 = 577 (100%)
R 195 of 577 ~ 33.8%
G 203 of 577 ~ 35.18%
B 179 of 577 ~ 31.02'%

%33.8
%35.18
%31.02

CMYK color model

#C3CBB3 color CMYK value is (4,0,12,20).

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

CMYK: (4,0,12,20)
C4M0Y12K20 (4%, 0%, 12%, 20%)
(0.04 / 0.00 / 0.12 / 0.20)

CMYK percentages

%3.94
%0
%11.82
%20.39

Codes

Color #C3CBB3 in popluar color models

C3 CB B3
RGB 195 203 179
HSL 80° 18.75% 74.90%
HSB/HSV 80° 11.82% 79.61%
CMYK 3.94% 0.00% 11.82%
20.39%

Color #C3CBB3 in popluar number systems.

HEX C3 CB B3
Decimal 195 203 179
Binary 11000011 11001011 10110011
Octal 303 313 263

Shades and tints

Shades of #C3CBB3

#C3CBB3
(195,203,179)
#B2B9A3
(178,185,163)
#A1A793
(161,167,147)
#909583
(144,149,131)
#7F8373
(127,131,115)
#6E7163
(110,113,99)
#5D5F53
(93,95,83)
#4C4D43
(76,77,67)
#3B3B33
(59,59,51)
#2A2923
(42,41,35)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #C3CBB3

#C3CBB3
(195,203,179)
#C8CFB9
(200,207,185)
#CDD3BF
(205,211,191)
#D2D7C5
(210,215,197)
#D7DBCB
(215,219,203)
#DCDFD1
(220,223,209)
#E1E3D7
(225,227,215)
#E6E7DD
(230,231,221)
#EBEBE3
(235,235,227)
#F0EFE9
(240,239,233)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3CBB3; }

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

This text font color is #C3CBB3.

Background Color

.myBgColor { background-color: #C3CBB3; }

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

This div background color is #C3CBB3.

Border color

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

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

This div border color is #C3CBB3.

Opacity

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

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

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

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

This text has shadow with #C3CBB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3CBB3.

Preview

Color preview on black background

This text has color #C3CBB3 on black background.


Color preview on white background

This text has color #C3CBB3 on white background.


Black color preview on #C3CBB3 background

This text has black color on #C3CBB3 background.


White color preview on #C3CBB3 background

This text has white color on #C3CBB3 background.


Related colors

Complementary color

Complementary color for #hex is #3C344C.


I love getcolorcode.com

Triadic colors

1 #B3C3CB and #CBB3C3 with #C3CBB3 are triadic colors.

2 #B3CBC3 and #CBC3B3 with #C3CBB3 are triadic colors.