COLOR #C69C9D

HEX: #C69C9D RGB: (198,156,157)

Color info

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

RGB color model

#C69C9D color RGB value is (198,156,157).

RGB: (198,156,157) (78%, 61%, 62%)

RGB channels and saturation

R 198 of 255 = 78%
G 156 of 255 = 61%
B 157 of 255 = 62%

198
156
157

R + G + B ~ 67%. #C69C9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 156 + 157 = 511 (100%)
R 198 of 511 ~ 38.75%
G 156 of 511 ~ 30.53%
B 157 of 511 ~ 30.72'%

%38.75
%30.53
%30.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.21%
  • yellow value is 20.71%
  • key color value is 22.35%
CMYK: (0,21,21,22) C0M21Y21K22 (0%,21%,21%,22%) (0.00/0.21/0.21/0.22) 

CMYK percentages

%0
%21.21
%20.71
%22.35

Codes

Color #C69C9D in popluar color models

C6 9C 9D
RGB 198 156 157
HSL 359° 26.92% 69.41%
HSB/HSV 359° 21.21% 77.65%
CMYK 0.00% 21.21% 20.71%
22.35%

Color #C69C9D in popluar number systems.

HEX C6 9C 9D
Decimal 198 156 157
Binary 11000110 10011100 10011101
Octal 306 234 235

Shades and tints

Shades of #C69C9D

#C69C9D
(198,156,157)
#B48E8F
(180,142,143)
#A28081
(162,128,129)
#907273
(144,114,115)
#7E6465
(126,100,101)
#6C5657
(108,86,87)
#5A4849
(90,72,73)
#483A3B
(72,58,59)
#362C2D
(54,44,45)
#241E1F
(36,30,31)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #C69C9D

#C69C9D
(198,156,157)
#CBA5A5
(203,165,165)
#D0AEAD
(208,174,173)
#D5B7B5
(213,183,181)
#DAC0BD
(218,192,189)
#DFC9C5
(223,201,197)
#E4D2CD
(228,210,205)
#E9DBD5
(233,219,213)
#EEE4DD
(238,228,221)
#F3EDE5
(243,237,229)
#F8F6ED
(248,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69C9D; }

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

This text font color is #C69C9D.

Background Color

.myBgColor { background-color: #C69C9D; }

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

This div background color is #C69C9D.

Border color

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

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

This div border color is #C69C9D.

Opacity

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

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

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

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

This text has shadow with #C69C9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C69C9D.

Preview

Color preview on black background

This text has color #C69C9D on black background.


Color preview on white background

This text has color #C69C9D on white background.


Black color preview on #C69C9D background

This text has black color on #C69C9D background.


White color preview on #C69C9D background

This text has white color on #C69C9D background.


Related colors

Complementary color

Complementary color for #hex is #396362.


I love getcolorcode.com

Triadic colors

1 #9DC69C and #9C9DC6 with #C69C9D are triadic colors.

2 #9D9CC6 and #9CC69D with #C69C9D are triadic colors.