COLOR #C3CABC

HEX: #C3CABC
RGB: (195,202,188)

Color info

#C3CABC contains red, green and blue colors in about the same proportion. Web safe color of #C3CABC is #CCCCCC (or #CCC).

RGB color model

#C3CABC color RGB value is (195,202,188).

  • red value is 195;
  • green value is 202;
  • blue value is 188.
RGB:
(195,202,188)
(76%,79%,74%)

RGB channels and saturation

R 195 of 255 = 76%
G 202 of 255 = 79%
B 188 of 255 = 74%

195
202
188

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

Portions of RGB colors in percentages

R + G + B =
195 + 202 + 188 = 585 (100%)
R 195 of 585 ~ 33.33%
G 202 of 585 ~ 34.53%
B 188 of 585 ~ 32.14%

%33.33
%34.53
%32.14

CMYK color model

#C3CABC color CMYK value is (3,0,7,21).

  • cyan value is 3.47%
  • magenta value is 0.00%
  • yellow value is 6.93%
  • key color value is 20.78%
CMYK:
(3,0,7,21)
C3M0Y7K21 
(3%,0%,7%,21%)
(0.03/0.00/0.07/0.21)	

CMYK percentages

%3.47
%0
%6.93
%20.78

Codes

Color #C3CABC in popluar color models

C3CABC
RGB195202188
HSL90°11.67%76.47%
HSB/HSV90°6.93%79.22%
CMYK3.47%0.00%6.93%
20.78%

Color #C3CABC in popluar number systems.

HEXC3CABC
Decimal195202188
Binary110000111100101010111100
Octal303312274

Shades and tints

Shades of #C3CABC

#C3CABC
(195,202,188)
#B2B8AB
(178,184,171)
#A1A69A
(161,166,154)
#909489
(144,148,137)
#7F8278
(127,130,120)
#6E7067
(110,112,103)
#5D5E56
(93,94,86)
#4C4C45
(76,76,69)
#3B3A34
(59,58,52)
#2A2823
(42,40,35)
#191612
(25,22,18)
#000000
(0,0,0)

Tints of #C3CABC

#C3CABC
(195,202,188)
#C8CEC2
(200,206,194)
#CDD2C8
(205,210,200)
#D2D6CE
(210,214,206)
#D7DAD4
(215,218,212)
#DCDEDA
(220,222,218)
#E1E2E0
(225,226,224)
#E6E6E6
(230,230,230)
#EBEAEC
(235,234,236)
#F0EEF2
(240,238,242)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3CABC color. Also use rgb(195,202,188) instead hex code.

Text Font Color

.myTextColor { color: #C3CABC; }

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

This text font color is #C3CABC.


Background Color

.myBgColor { background-color: #C3CABC; }

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

This div background color is #C3CABC.


Border color

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

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

This div border color is #C3CABC.


Opacity

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

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

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

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

This text has shadow with #C3CABC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3CABC on black background.


Color preview on white background

This text has color #C3CABC on white background.



Black color preview on #C3CABC background

This text has black color on #C3CABC background.


White color preview on #C3CABC background

This text has white color on #C3CABC background.