COLOR #C699CC

HEX: #C699CC RGB: (198,153,204)

Color info

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

RGB color model

#C699CC color RGB value is (198,153,204).

RGB: (198,153,204) (78%, 60%, 80%)

RGB channels and saturation

R 198 of 255 = 78%
G 153 of 255 = 60%
B 204 of 255 = 80%

198
153
204

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

Portions of RGB colors in percentages

R + G + B = 198 + 153 + 204 = 555 (100%)
R 198 of 555 ~ 35.68%
G 153 of 555 ~ 27.57%
B 204 of 555 ~ 36.76'%

%35.68
%27.57
%36.76

CMYK color model

#C699CC color CMYK value is (3,25,0,20).

  • cyan value is 2.94%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (3,25,0,20) C3M25Y0K20 (3%,25%,0%,20%) (0.03/0.25/0.00/0.20) 

CMYK percentages

%2.94
%25
%0
%20

Codes

Color #C699CC in popluar color models

C6 99 CC
RGB 198 153 204
HSL 293° 33.33% 70.00%
HSB/HSV 293° 25.00% 80.00%
CMYK 2.94% 25.00% 0.00%
20.00%

Color #C699CC in popluar number systems.

HEX C6 99 CC
Decimal 198 153 204
Binary 11000110 10011001 11001100
Octal 306 231 314

Shades and tints

Shades of #C699CC

#C699CC
(198,153,204)
#B48CBA
(180,140,186)
#A27FA8
(162,127,168)
#907296
(144,114,150)
#7E6584
(126,101,132)
#6C5872
(108,88,114)
#5A4B60
(90,75,96)
#483E4E
(72,62,78)
#36313C
(54,49,60)
#24242A
(36,36,42)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #C699CC

#C699CC
(198,153,204)
#CBA2D0
(203,162,208)
#D0ABD4
(208,171,212)
#D5B4D8
(213,180,216)
#DABDDC
(218,189,220)
#DFC6E0
(223,198,224)
#E4CFE4
(228,207,228)
#E9D8E8
(233,216,232)
#EEE1EC
(238,225,236)
#F3EAF0
(243,234,240)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C699CC color. Also use rgb(198,153,204) instead hex code.

Text Font Color

.myTextColor { color: #C699CC; }

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

This text font color is #C699CC.

Background Color

.myBgColor { background-color: #C699CC; }

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

This div background color is #C699CC.

Border color

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

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

This div border color is #C699CC.

Opacity

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

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

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

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

This text has shadow with #C699CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C699CC.

Preview

Color preview on black background

This text has color #C699CC on black background.


Color preview on white background

This text has color #C699CC on white background.


Black color preview on #C699CC background

This text has black color on #C699CC background.


White color preview on #C699CC background

This text has white color on #C699CC background.


Related colors

Complementary color

Complementary color for #hex is #396633.


I love getcolorcode.com

Triadic colors

1 #CCC699 and #99CCC6 with #C699CC are triadic colors.

2 #CC99C6 and #99C6CC with #C699CC are triadic colors.