COLOR #C3B3AE

HEX: #C3B3AE RGB: (195,179,174)

Color info

#C3B3AE contains red, green and blue colors in about the same proportion. Web safe color of #C3B3AE is #CC9999 (or #C99).

RGB color model

#C3B3AE color RGB value is (195,179,174).

RGB: (195,179,174) (76%, 70%, 68%)

RGB channels and saturation

R 195 of 255 = 76%
G 179 of 255 = 70%
B 174 of 255 = 68%

195
179
174

R + G + B ~ 71%. #C3B3AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 179 + 174 = 548 (100%)
R 195 of 548 ~ 35.58%
G 179 of 548 ~ 32.66%
B 174 of 548 ~ 31.75'%

%35.58
%32.66
%31.75

CMYK color model

#C3B3AE color CMYK value is (0,8,11,24).

  • cyan value is 0.00%
  • magenta value is 8.21%
  • yellow value is 10.77%
  • key color value is 23.53%

CMYK: (0,8,11,24)
C0M8Y11K24 (0%, 8%, 11%, 24%)
(0.00 / 0.08 / 0.11 / 0.24)

CMYK percentages

%0
%8.21
%10.77
%23.53

Codes

Color #C3B3AE in popluar color models

C3 B3 AE
RGB 195 179 174
HSL 14° 14.89% 72.35%
HSB/HSV 14° 10.77% 76.47%
CMYK 0.00% 8.21% 10.77%
23.53%

Color #C3B3AE in popluar number systems.

HEX C3 B3 AE
Decimal 195 179 174
Binary 11000011 10110011 10101110
Octal 303 263 256

Shades and tints

Shades of #C3B3AE

#C3B3AE
(195,179,174)
#B2A39F
(178,163,159)
#A19390
(161,147,144)
#908381
(144,131,129)
#7F7372
(127,115,114)
#6E6363
(110,99,99)
#5D5354
(93,83,84)
#4C4345
(76,67,69)
#3B3336
(59,51,54)
#2A2327
(42,35,39)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #C3B3AE

#C3B3AE
(195,179,174)
#C8B9B5
(200,185,181)
#CDBFBC
(205,191,188)
#D2C5C3
(210,197,195)
#D7CBCA
(215,203,202)
#DCD1D1
(220,209,209)
#E1D7D8
(225,215,216)
#E6DDDF
(230,221,223)
#EBE3E6
(235,227,230)
#F0E9ED
(240,233,237)
#F5EFF4
(245,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3B3AE; }

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

This text font color is #C3B3AE.

Background Color

.myBgColor { background-color: #C3B3AE; }

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

This div background color is #C3B3AE.

Border color

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

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

This div border color is #C3B3AE.

Opacity

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

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

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

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

This text has shadow with #C3B3AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3B3AE.

Preview

Color preview on black background

This text has color #C3B3AE on black background.


Color preview on white background

This text has color #C3B3AE on white background.


Black color preview on #C3B3AE background

This text has black color on #C3B3AE background.


White color preview on #C3B3AE background

This text has white color on #C3B3AE background.


Related colors

Complementary color

Complementary color for #hex is #3C4C51.


I love getcolorcode.com

Triadic colors

1 #AEC3B3 and #B3AEC3 with #C3B3AE are triadic colors.

2 #AEB3C3 and #B3C3AE with #C3B3AE are triadic colors.