COLOR #C69B8A

HEX: #C69B8A
RGB: (198,155,138)

Color info

#C69B8A contains mainly red and green colors. Web safe color of #C69B8A is #CC9999 (or #C99).

RGB color model

#C69B8A color RGB value is (198,155,138).

  • red value is 198;
  • green value is 155;
  • blue value is 138.
RGB:
(198,155,138)
(78%,61%,54%)

RGB channels and saturation

R 198 of 255 = 78%
G 155 of 255 = 61%
B 138 of 255 = 54%

198
155
138

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

Portions of RGB colors in percentages

R + G + B =
198 + 155 + 138 = 491 (100%)
R 198 of 491 ~ 40.33%
G 155 of 491 ~ 31.57%
B 138 of 491 ~ 28.11%

%40.33
%31.57
%28.11

CMYK color model

#C69B8A color CMYK value is (0,22,30,22).

  • cyan value is 0.00%
  • magenta value is 21.72%
  • yellow value is 30.30%
  • key color value is 22.35%
CMYK:
(0,22,30,22)
C0M22Y30K22 
(0%,22%,30%,22%)
(0.00/0.22/0.30/0.22)	

CMYK percentages

%0
%21.72
%30.3
%22.35

Codes

Color #C69B8A in popluar color models

C69B8A
RGB198155138
HSL17°34.48%65.88%
HSB/HSV17°30.30%77.65%
CMYK0.00%21.72%30.30%
22.35%

Color #C69B8A in popluar number systems.

HEXC69B8A
Decimal198155138
Binary110001101001101110001010
Octal306233212

Shades and tints

Shades of #C69B8A

#C69B8A
(198,155,138)
#B48D7E
(180,141,126)
#A27F72
(162,127,114)
#907166
(144,113,102)
#7E635A
(126,99,90)
#6C554E
(108,85,78)
#5A4742
(90,71,66)
#483936
(72,57,54)
#362B2A
(54,43,42)
#241D1E
(36,29,30)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #C69B8A

#C69B8A
(198,155,138)
#CBA494
(203,164,148)
#D0AD9E
(208,173,158)
#D5B6A8
(213,182,168)
#DABFB2
(218,191,178)
#DFC8BC
(223,200,188)
#E4D1C6
(228,209,198)
#E9DAD0
(233,218,208)
#EEE3DA
(238,227,218)
#F3ECE4
(243,236,228)
#F8F5EE
(248,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69B8A color. Also use rgb(198,155,138) instead hex code.

Text Font Color

.myTextColor { color: #C69B8A; }

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

This text font color is #C69B8A.


Background Color

.myBgColor { background-color: #C69B8A; }

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

This div background color is #C69B8A.


Border color

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

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

This div border color is #C69B8A.


Opacity

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

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

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

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

This text has shadow with #C69B8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69B8A on black background.


Color preview on white background

This text has color #C69B8A on white background.



Black color preview on #C69B8A background

This text has black color on #C69B8A background.


White color preview on #C69B8A background

This text has white color on #C69B8A background.