COLOR #C69CCB

HEX: #C69CCB RGB: (198,156,203)

Color info

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

RGB color model

#C69CCB color RGB value is (198,156,203).

RGB: (198,156,203) (78%, 61%, 80%)

RGB channels and saturation

R 198 of 255 = 78%
G 156 of 255 = 61%
B 203 of 255 = 80%

198
156
203

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

Portions of RGB colors in percentages

R + G + B = 198 + 156 + 203 = 557 (100%)
R 198 of 557 ~ 35.55%
G 156 of 557 ~ 28.01%
B 203 of 557 ~ 36.45'%

%35.55
%28.01
%36.45

CMYK color model

#C69CCB color CMYK value is (2,23,0,20).

  • cyan value is 2.46%
  • magenta value is 23.15%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (2,23,0,20)
C2M23Y0K20 (2%, 23%, 0%, 20%)
(0.02 / 0.23 / 0.00 / 0.20)

CMYK percentages

%2.46
%23.15
%0
%20.39

Codes

Color #C69CCB in popluar color models

C6 9C CB
RGB 198 156 203
HSL 294° 31.13% 70.39%
HSB/HSV 294° 23.15% 79.61%
CMYK 2.46% 23.15% 0.00%
20.39%

Color #C69CCB in popluar number systems.

HEX C6 9C CB
Decimal 198 156 203
Binary 11000110 10011100 11001011
Octal 306 234 313

Shades and tints

Shades of #C69CCB

#C69CCB
(198,156,203)
#B48EB9
(180,142,185)
#A280A7
(162,128,167)
#907295
(144,114,149)
#7E6483
(126,100,131)
#6C5671
(108,86,113)
#5A485F
(90,72,95)
#483A4D
(72,58,77)
#362C3B
(54,44,59)
#241E29
(36,30,41)
#121017
(18,16,23)
#000000
(0,0,0)

Tints of #C69CCB

#C69CCB
(198,156,203)
#CBA5CF
(203,165,207)
#D0AED3
(208,174,211)
#D5B7D7
(213,183,215)
#DAC0DB
(218,192,219)
#DFC9DF
(223,201,223)
#E4D2E3
(228,210,227)
#E9DBE7
(233,219,231)
#EEE4EB
(238,228,235)
#F3EDEF
(243,237,239)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69CCB; }

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

This text font color is #C69CCB.

Background Color

.myBgColor { background-color: #C69CCB; }

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

This div background color is #C69CCB.

Border color

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

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

This div border color is #C69CCB.

Opacity

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

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

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

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

This text has shadow with #C69CCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C69CCB.

Preview

Color preview on black background

This text has color #C69CCB on black background.


Color preview on white background

This text has color #C69CCB on white background.


Black color preview on #C69CCB background

This text has black color on #C69CCB background.


White color preview on #C69CCB background

This text has white color on #C69CCB background.


Related colors

Complementary color

Complementary color for #hex is #396334.


I love getcolorcode.com

Triadic colors

1 #CBC69C and #9CCBC6 with #C69CCB are triadic colors.

2 #CB9CC6 and #9CC6CB with #C69CCB are triadic colors.