COLOR #C3CBB2

HEX: #C3CBB2 RGB: (195,203,178)

Color info

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

RGB color model

#C3CBB2 color RGB value is (195,203,178).

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

RGB channels and saturation

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

195
203
178

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

Portions of RGB colors in percentages

R + G + B = 195 + 203 + 178 = 576 (100%)
R 195 of 576 ~ 33.85%
G 203 of 576 ~ 35.24%
B 178 of 576 ~ 30.9'%

%33.85
%35.24
%30.9

CMYK color model

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

  • cyan value is 3.94%
  • magenta value is 0.00%
  • yellow value is 12.32%
  • 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
%12.32
%20.39

Codes

Color #C3CBB2 in popluar color models

C3 CB B2
RGB 195 203 178
HSL 79° 19.38% 74.71%
HSB/HSV 79° 12.32% 79.61%
CMYK 3.94% 0.00% 12.32%
20.39%

Color #C3CBB2 in popluar number systems.

HEX C3 CB B2
Decimal 195 203 178
Binary 11000011 11001011 10110010
Octal 303 313 262

Shades and tints

Shades of #C3CBB2

#C3CBB2
(195,203,178)
#B2B9A2
(178,185,162)
#A1A792
(161,167,146)
#909582
(144,149,130)
#7F8372
(127,131,114)
#6E7162
(110,113,98)
#5D5F52
(93,95,82)
#4C4D42
(76,77,66)
#3B3B32
(59,59,50)
#2A2922
(42,41,34)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #C3CBB2

#C3CBB2
(195,203,178)
#C8CFB9
(200,207,185)
#CDD3C0
(205,211,192)
#D2D7C7
(210,215,199)
#D7DBCE
(215,219,206)
#DCDFD5
(220,223,213)
#E1E3DC
(225,227,220)
#E6E7E3
(230,231,227)
#EBEBEA
(235,235,234)
#F0EFF1
(240,239,241)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3CBB2; }

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

This text font color is #C3CBB2.

Background Color

.myBgColor { background-color: #C3CBB2; }

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

This div background color is #C3CBB2.

Border color

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

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

This div border color is #C3CBB2.

Opacity

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

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

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

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

This text has shadow with #C3CBB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3CBB2.

Preview

Color preview on black background

This text has color #C3CBB2 on black background.


Color preview on white background

This text has color #C3CBB2 on white background.


Black color preview on #C3CBB2 background

This text has black color on #C3CBB2 background.


White color preview on #C3CBB2 background

This text has white color on #C3CBB2 background.


Related colors

Complementary color

Complementary color for #hex is #3C344D.


I love getcolorcode.com

Triadic colors

1 #B2C3CB and #CBB2C3 with #C3CBB2 are triadic colors.

2 #B2CBC3 and #CBC3B2 with #C3CBB2 are triadic colors.