COLOR #C69D7E

HEX: #C69D7E RGB: (198,157,126)

Color info

#C69D7E contains mainly red and green colors. Web safe color of #C69D7E is #CC9966 (or #C96).

RGB color model

#C69D7E color RGB value is (198,157,126).

RGB: (198,157,126) (78%, 62%, 49%)

RGB channels and saturation

R 198 of 255 = 78%
G 157 of 255 = 62%
B 126 of 255 = 49%

198
157
126

R + G + B ~ 63%. #C69D7E is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 157 + 126 = 481 (100%)
R 198 of 481 ~ 41.16%
G 157 of 481 ~ 32.64%
B 126 of 481 ~ 26.2'%

%41.16
%32.64
%26.2

CMYK color model

#C69D7E color CMYK value is (0,21,36,22).

  • cyan value is 0.00%
  • magenta value is 20.71%
  • yellow value is 36.36%
  • key color value is 22.35%

CMYK: (0,21,36,22)
C0M21Y36K22 (0%, 21%, 36%, 22%)
(0.00 / 0.21 / 0.36 / 0.22)

CMYK percentages

%0
%20.71
%36.36
%22.35

Codes

Color #C69D7E in popluar color models

C6 9D 7E
RGB 198 157 126
HSL 26° 38.71% 63.53%
HSB/HSV 26° 36.36% 77.65%
CMYK 0.00% 20.71% 36.36%
22.35%

Color #C69D7E in popluar number systems.

HEX C6 9D 7E
Decimal 198 157 126
Binary 11000110 10011101 1111110
Octal 306 235 176

Shades and tints

Shades of #C69D7E

#C69D7E
(198,157,126)
#B48F73
(180,143,115)
#A28168
(162,129,104)
#90735D
(144,115,93)
#7E6552
(126,101,82)
#6C5747
(108,87,71)
#5A493C
(90,73,60)
#483B31
(72,59,49)
#362D26
(54,45,38)
#241F1B
(36,31,27)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #C69D7E

#C69D7E
(198,157,126)
#CBA589
(203,165,137)
#D0AD94
(208,173,148)
#D5B59F
(213,181,159)
#DABDAA
(218,189,170)
#DFC5B5
(223,197,181)
#E4CDC0
(228,205,192)
#E9D5CB
(233,213,203)
#EEDDD6
(238,221,214)
#F3E5E1
(243,229,225)
#F8EDEC
(248,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69D7E color. Also use rgb(198,157,126) instead hex code.

Text Font Color

.myTextColor { color: #C69D7E; }

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

This text font color is #C69D7E.

Background Color

.myBgColor { background-color: #C69D7E; }

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

This div background color is #C69D7E.

Border color

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

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

This div border color is #C69D7E.

Opacity

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

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

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

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

This text has shadow with #C69D7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C69D7E.

Preview

Color preview on black background

This text has color #C69D7E on black background.


Color preview on white background

This text has color #C69D7E on white background.


Black color preview on #C69D7E background

This text has black color on #C69D7E background.


White color preview on #C69D7E background

This text has white color on #C69D7E background.


Related colors

Complementary color

Complementary color for #hex is #396281.


I love getcolorcode.com

Triadic colors

1 #7EC69D and #9D7EC6 with #C69D7E are triadic colors.

2 #7E9DC6 and #9DC67E with #C69D7E are triadic colors.