COLOR #C69BCA

HEX: #C69BCA RGB: (198,155,202)

Color info

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

RGB color model

#C69BCA color RGB value is (198,155,202).

RGB: (198,155,202) (78%, 61%, 79%)

RGB channels and saturation

R 198 of 255 = 78%
G 155 of 255 = 61%
B 202 of 255 = 79%

198
155
202

R + G + B ~ 73%. #C69BCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 155 + 202 = 555 (100%)
R 198 of 555 ~ 35.68%
G 155 of 555 ~ 27.93%
B 202 of 555 ~ 36.4'%

%35.68
%27.93
%36.4

CMYK color model

#C69BCA color CMYK value is (2,23,0,21).

  • cyan value is 1.98%
  • magenta value is 23.27%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (2,23,0,21)
C2M23Y0K21 (2%, 23%, 0%, 21%)
(0.02 / 0.23 / 0.00 / 0.21)

CMYK percentages

%1.98
%23.27
%0
%20.78

Codes

Color #C69BCA in popluar color models

C6 9B CA
RGB 198 155 202
HSL 295° 30.72% 70.00%
HSB/HSV 295° 23.27% 79.22%
CMYK 1.98% 23.27% 0.00%
20.78%

Color #C69BCA in popluar number systems.

HEX C6 9B CA
Decimal 198 155 202
Binary 11000110 10011011 11001010
Octal 306 233 312

Shades and tints

Shades of #C69BCA

#C69BCA
(198,155,202)
#B48DB8
(180,141,184)
#A27FA6
(162,127,166)
#907194
(144,113,148)
#7E6382
(126,99,130)
#6C5570
(108,85,112)
#5A475E
(90,71,94)
#48394C
(72,57,76)
#362B3A
(54,43,58)
#241D28
(36,29,40)
#120F16
(18,15,22)
#000000
(0,0,0)

Tints of #C69BCA

#C69BCA
(198,155,202)
#CBA4CE
(203,164,206)
#D0ADD2
(208,173,210)
#D5B6D6
(213,182,214)
#DABFDA
(218,191,218)
#DFC8DE
(223,200,222)
#E4D1E2
(228,209,226)
#E9DAE6
(233,218,230)
#EEE3EA
(238,227,234)
#F3ECEE
(243,236,238)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69BCA color. Also use rgb(198,155,202) instead hex code.

Text Font Color

.myTextColor { color: #C69BCA; }

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

This text font color is #C69BCA.

Background Color

.myBgColor { background-color: #C69BCA; }

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

This div background color is #C69BCA.

Border color

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

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

This div border color is #C69BCA.

Opacity

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

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

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

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

This text has shadow with #C69BCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C69BCA.

Preview

Color preview on black background

This text has color #C69BCA on black background.


Color preview on white background

This text has color #C69BCA on white background.


Black color preview on #C69BCA background

This text has black color on #C69BCA background.


White color preview on #C69BCA background

This text has white color on #C69BCA background.


Related colors

Complementary color

Complementary color for #hex is #396435.


I love getcolorcode.com

Triadic colors

1 #CAC69B and #9BCAC6 with #C69BCA are triadic colors.

2 #CA9BC6 and #9BC6CA with #C69BCA are triadic colors.