COLOR #C69E8E

HEX: #C69E8E RGB: (198,158,142)

Color info

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

RGB color model

#C69E8E color RGB value is (198,158,142).

RGB: (198,158,142) (78%, 62%, 56%)

RGB channels and saturation

R 198 of 255 = 78%
G 158 of 255 = 62%
B 142 of 255 = 56%

198
158
142

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

Portions of RGB colors in percentages

R + G + B = 198 + 158 + 142 = 498 (100%)
R 198 of 498 ~ 39.76%
G 158 of 498 ~ 31.73%
B 142 of 498 ~ 28.51'%

%39.76
%31.73
%28.51

CMYK color model

#C69E8E color CMYK value is (0,20,28,22).

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

CMYK: (0,20,28,22)
C0M20Y28K22 (0%, 20%, 28%, 22%)
(0.00 / 0.20 / 0.28 / 0.22)

CMYK percentages

%0
%20.2
%28.28
%22.35

Codes

Color #C69E8E in popluar color models

C6 9E 8E
RGB 198 158 142
HSL 17° 32.94% 66.67%
HSB/HSV 17° 28.28% 77.65%
CMYK 0.00% 20.20% 28.28%
22.35%

Color #C69E8E in popluar number systems.

HEX C6 9E 8E
Decimal 198 158 142
Binary 11000110 10011110 10001110
Octal 306 236 216

Shades and tints

Shades of #C69E8E

#C69E8E
(198,158,142)
#B49082
(180,144,130)
#A28276
(162,130,118)
#90746A
(144,116,106)
#7E665E
(126,102,94)
#6C5852
(108,88,82)
#5A4A46
(90,74,70)
#483C3A
(72,60,58)
#362E2E
(54,46,46)
#242022
(36,32,34)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #C69E8E

#C69E8E
(198,158,142)
#CBA698
(203,166,152)
#D0AEA2
(208,174,162)
#D5B6AC
(213,182,172)
#DABEB6
(218,190,182)
#DFC6C0
(223,198,192)
#E4CECA
(228,206,202)
#E9D6D4
(233,214,212)
#EEDEDE
(238,222,222)
#F3E6E8
(243,230,232)
#F8EEF2
(248,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69E8E; }

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

This text font color is #C69E8E.

Background Color

.myBgColor { background-color: #C69E8E; }

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

This div background color is #C69E8E.

Border color

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

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

This div border color is #C69E8E.

Opacity

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

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

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

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

This text has shadow with #C69E8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C69E8E.

Preview

Color preview on black background

This text has color #C69E8E on black background.


Color preview on white background

This text has color #C69E8E on white background.


Black color preview on #C69E8E background

This text has black color on #C69E8E background.


White color preview on #C69E8E background

This text has white color on #C69E8E background.


Related colors

Complementary color

Complementary color for #hex is #396171.


I love getcolorcode.com

Triadic colors

1 #8EC69E and #9E8EC6 with #C69E8E are triadic colors.

2 #8E9EC6 and #9EC68E with #C69E8E are triadic colors.