COLOR #C69DC3

HEX: #C69DC3 RGB: (198,157,195)

Color info

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

RGB color model

#C69DC3 color RGB value is (198,157,195).

RGB: (198,157,195) (78%, 62%, 76%)

RGB channels and saturation

R 198 of 255 = 78%
G 157 of 255 = 62%
B 195 of 255 = 76%

198
157
195

R + G + B ~ 72%. #C69DC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 157 + 195 = 550 (100%)
R 198 of 550 ~ 36%
G 157 of 550 ~ 28.55%
B 195 of 550 ~ 35.45'%

%36
%28.55
%35.45

CMYK color model

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

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

CMYK: (0,21,2,22)
C0M21Y2K22 (0%, 21%, 2%, 22%)
(0.00 / 0.21 / 0.02 / 0.22)

CMYK percentages

%0
%20.71
%1.52
%22.35

Codes

Color #C69DC3 in popluar color models

C6 9D C3
RGB 198 157 195
HSL 304° 26.45% 69.61%
HSB/HSV 304° 20.71% 77.65%
CMYK 0.00% 20.71% 1.52%
22.35%

Color #C69DC3 in popluar number systems.

HEX C6 9D C3
Decimal 198 157 195
Binary 11000110 10011101 11000011
Octal 306 235 303

Shades and tints

Shades of #C69DC3

#C69DC3
(198,157,195)
#B48FB2
(180,143,178)
#A281A1
(162,129,161)
#907390
(144,115,144)
#7E657F
(126,101,127)
#6C576E
(108,87,110)
#5A495D
(90,73,93)
#483B4C
(72,59,76)
#362D3B
(54,45,59)
#241F2A
(36,31,42)
#121119
(18,17,25)
#000000
(0,0,0)

Tints of #C69DC3

#C69DC3
(198,157,195)
#CBA5C8
(203,165,200)
#D0ADCD
(208,173,205)
#D5B5D2
(213,181,210)
#DABDD7
(218,189,215)
#DFC5DC
(223,197,220)
#E4CDE1
(228,205,225)
#E9D5E6
(233,213,230)
#EEDDEB
(238,221,235)
#F3E5F0
(243,229,240)
#F8EDF5
(248,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69DC3; }

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

This text font color is #C69DC3.

Background Color

.myBgColor { background-color: #C69DC3; }

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

This div background color is #C69DC3.

Border color

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

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

This div border color is #C69DC3.

Opacity

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

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

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

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

This text has shadow with #C69DC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C69DC3.

Preview

Color preview on black background

This text has color #C69DC3 on black background.


Color preview on white background

This text has color #C69DC3 on white background.


Black color preview on #C69DC3 background

This text has black color on #C69DC3 background.


White color preview on #C69DC3 background

This text has white color on #C69DC3 background.


Related colors

Complementary color

Complementary color for #hex is #39623C.


I love getcolorcode.com

Triadic colors

1 #C3C69D and #9DC3C6 with #C69DC3 are triadic colors.

2 #C39DC6 and #9DC6C3 with #C69DC3 are triadic colors.