COLOR #C69DB7

HEX: #C69DB7 RGB: (198,157,183)

Color info

#C69DB7 contains red, green and blue colors in about the same proportion. Web safe color of #C69DB7 is #CC99CC (or #C9C).

RGB color model

#C69DB7 color RGB value is (198,157,183).

RGB: (198,157,183) (78%, 62%, 72%)

RGB channels and saturation

R 198 of 255 = 78%
G 157 of 255 = 62%
B 183 of 255 = 72%

198
157
183

R + G + B ~ 71%. #C69DB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 157 + 183 = 538 (100%)
R 198 of 538 ~ 36.8%
G 157 of 538 ~ 29.18%
B 183 of 538 ~ 34.01'%

%36.8
%29.18
%34.01

CMYK color model

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

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

CMYK: (0,21,8,22)
C0M21Y8K22 (0%, 21%, 8%, 22%)
(0.00 / 0.21 / 0.08 / 0.22)

CMYK percentages

%0
%20.71
%7.58
%22.35

Codes

Color #C69DB7 in popluar color models

C6 9D B7
RGB 198 157 183
HSL 322° 26.45% 69.61%
HSB/HSV 322° 20.71% 77.65%
CMYK 0.00% 20.71% 7.58%
22.35%

Color #C69DB7 in popluar number systems.

HEX C6 9D B7
Decimal 198 157 183
Binary 11000110 10011101 10110111
Octal 306 235 267

Shades and tints

Shades of #C69DB7

#C69DB7
(198,157,183)
#B48FA7
(180,143,167)
#A28197
(162,129,151)
#907387
(144,115,135)
#7E6577
(126,101,119)
#6C5767
(108,87,103)
#5A4957
(90,73,87)
#483B47
(72,59,71)
#362D37
(54,45,55)
#241F27
(36,31,39)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #C69DB7

#C69DB7
(198,157,183)
#CBA5BD
(203,165,189)
#D0ADC3
(208,173,195)
#D5B5C9
(213,181,201)
#DABDCF
(218,189,207)
#DFC5D5
(223,197,213)
#E4CDDB
(228,205,219)
#E9D5E1
(233,213,225)
#EEDDE7
(238,221,231)
#F3E5ED
(243,229,237)
#F8EDF3
(248,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69DB7; }

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

This text font color is #C69DB7.

Background Color

.myBgColor { background-color: #C69DB7; }

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

This div background color is #C69DB7.

Border color

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

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

This div border color is #C69DB7.

Opacity

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

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

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

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

This text has shadow with #C69DB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C69DB7.

Preview

Color preview on black background

This text has color #C69DB7 on black background.


Color preview on white background

This text has color #C69DB7 on white background.


Black color preview on #C69DB7 background

This text has black color on #C69DB7 background.


White color preview on #C69DB7 background

This text has white color on #C69DB7 background.


Related colors

Complementary color

Complementary color for #hex is #396248.


I love getcolorcode.com

Triadic colors

1 #B7C69D and #9DB7C6 with #C69DB7 are triadic colors.

2 #B79DC6 and #9DC6B7 with #C69DB7 are triadic colors.