COLOR #C3988B

HEX: #C3988B
RGB: (195,152,139)

Color info

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

RGB color model

#C3988B color RGB value is (195,152,139).

  • red value is 195;
  • green value is 152;
  • blue value is 139.
RGB:
(195,152,139)
(76%,60%,55%)

RGB channels and saturation

R 195 of 255 = 76%
G 152 of 255 = 60%
B 139 of 255 = 55%

195
152
139

R + G + B ~ 64%. #C3988B is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 152 + 139 = 486 (100%)
R 195 of 486 ~ 40.12%
G 152 of 486 ~ 31.28%
B 139 of 486 ~ 28.6%

%40.12
%31.28
%28.6

CMYK color model

#C3988B color CMYK value is (0,22,29,24).

  • cyan value is 0.00%
  • magenta value is 22.05%
  • yellow value is 28.72%
  • key color value is 23.53%
CMYK:
(0,22,29,24)
C0M22Y29K24 
(0%,22%,29%,24%)
(0.00/0.22/0.29/0.24)	

CMYK percentages

%0
%22.05
%28.72
%23.53

Codes

Color #C3988B in popluar color models

C3988B
RGB195152139
HSL14°31.82%65.49%
HSB/HSV14°28.72%76.47%
CMYK0.00%22.05%28.72%
23.53%

Color #C3988B in popluar number systems.

HEXC3988B
Decimal195152139
Binary110000111001100010001011
Octal303230213

Shades and tints

Shades of #C3988B

#C3988B
(195,152,139)
#B28B7F
(178,139,127)
#A17E73
(161,126,115)
#907167
(144,113,103)
#7F645B
(127,100,91)
#6E574F
(110,87,79)
#5D4A43
(93,74,67)
#4C3D37
(76,61,55)
#3B302B
(59,48,43)
#2A231F
(42,35,31)
#191613
(25,22,19)
#000000
(0,0,0)

Tints of #C3988B

#C3988B
(195,152,139)
#C8A195
(200,161,149)
#CDAA9F
(205,170,159)
#D2B3A9
(210,179,169)
#D7BCB3
(215,188,179)
#DCC5BD
(220,197,189)
#E1CEC7
(225,206,199)
#E6D7D1
(230,215,209)
#EBE0DB
(235,224,219)
#F0E9E5
(240,233,229)
#F5F2EF
(245,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3988B color. Also use rgb(195,152,139) instead hex code.

Text Font Color

.myTextColor { color: #C3988B; }

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

This text font color is #C3988B.


Background Color

.myBgColor { background-color: #C3988B; }

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

This div background color is #C3988B.


Border color

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

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

This div border color is #C3988B.


Opacity

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

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

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

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

This text has shadow with #C3988B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3988B on black background.


Color preview on white background

This text has color #C3988B on white background.



Black color preview on #C3988B background

This text has black color on #C3988B background.


White color preview on #C3988B background

This text has white color on #C3988B background.