COLOR #C69E8D

HEX: #C69E8D RGB: (198,158,141)

Color info

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

RGB color model

#C69E8D color RGB value is (198,158,141).

RGB: (198,158,141) (78%, 62%, 55%)

RGB channels and saturation

R 198 of 255 = 78%
G 158 of 255 = 62%
B 141 of 255 = 55%

198
158
141

R + G + B ~ 65%. #C69E8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 158 + 141 = 497 (100%)
R 198 of 497 ~ 39.84%
G 158 of 497 ~ 31.79%
B 141 of 497 ~ 28.37'%

%39.84
%31.79
%28.37

CMYK color model

#C69E8D color CMYK value is (0,20,29,22).

  • cyan value is 0.00%
  • magenta value is 20.20%
  • yellow value is 28.79%
  • key color value is 22.35%

CMYK: (0,20,29,22)
C0M20Y29K22 (0%, 20%, 29%, 22%)
(0.00 / 0.20 / 0.29 / 0.22)

CMYK percentages

%0
%20.2
%28.79
%22.35

Codes

Color #C69E8D in popluar color models

C6 9E 8D
RGB 198 158 141
HSL 18° 33.33% 66.47%
HSB/HSV 18° 28.79% 77.65%
CMYK 0.00% 20.20% 28.79%
22.35%

Color #C69E8D in popluar number systems.

HEX C6 9E 8D
Decimal 198 158 141
Binary 11000110 10011110 10001101
Octal 306 236 215

Shades and tints

Shades of #C69E8D

#C69E8D
(198,158,141)
#B49081
(180,144,129)
#A28275
(162,130,117)
#907469
(144,116,105)
#7E665D
(126,102,93)
#6C5851
(108,88,81)
#5A4A45
(90,74,69)
#483C39
(72,60,57)
#362E2D
(54,46,45)
#242021
(36,32,33)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #C69E8D

#C69E8D
(198,158,141)
#CBA697
(203,166,151)
#D0AEA1
(208,174,161)
#D5B6AB
(213,182,171)
#DABEB5
(218,190,181)
#DFC6BF
(223,198,191)
#E4CEC9
(228,206,201)
#E9D6D3
(233,214,211)
#EEDEDD
(238,222,221)
#F3E6E7
(243,230,231)
#F8EEF1
(248,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69E8D color. Also use rgb(198,158,141) instead hex code.

Text Font Color

.myTextColor { color: #C69E8D; }

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

This text font color is #C69E8D.

Background Color

.myBgColor { background-color: #C69E8D; }

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

This div background color is #C69E8D.

Border color

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

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

This div border color is #C69E8D.

Opacity

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

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

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

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

This text has shadow with #C69E8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C69E8D.

Preview

Color preview on black background

This text has color #C69E8D on black background.


Color preview on white background

This text has color #C69E8D on white background.


Black color preview on #C69E8D background

This text has black color on #C69E8D background.


White color preview on #C69E8D background

This text has white color on #C69E8D background.


Related colors

Complementary color

Complementary color for #hex is #396172.


I love getcolorcode.com

Triadic colors

1 #8DC69E and #9E8DC6 with #C69E8D are triadic colors.

2 #8D9EC6 and #9EC68D with #C69E8D are triadic colors.