COLOR #C696BE

HEX: #C696BE RGB: (198,150,190)

Color info

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

RGB color model

#C696BE color RGB value is (198,150,190).

RGB: (198,150,190) (78%, 59%, 75%)

RGB channels and saturation

R 198 of 255 = 78%
G 150 of 255 = 59%
B 190 of 255 = 75%

198
150
190

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

Portions of RGB colors in percentages

R + G + B = 198 + 150 + 190 = 538 (100%)
R 198 of 538 ~ 36.8%
G 150 of 538 ~ 27.88%
B 190 of 538 ~ 35.32'%

%36.8
%27.88
%35.32

CMYK color model

#C696BE color CMYK value is (0,24,4,22).

  • cyan value is 0.00%
  • magenta value is 24.24%
  • yellow value is 4.04%
  • key color value is 22.35%
CMYK: (0,24,4,22) C0M24Y4K22 (0%,24%,4%,22%) (0.00/0.24/0.04/0.22) 

CMYK percentages

%0
%24.24
%4.04
%22.35

Codes

Color #C696BE in popluar color models

C6 96 BE
RGB 198 150 190
HSL 310° 29.63% 68.24%
HSB/HSV 310° 24.24% 77.65%
CMYK 0.00% 24.24% 4.04%
22.35%

Color #C696BE in popluar number systems.

HEX C6 96 BE
Decimal 198 150 190
Binary 11000110 10010110 10111110
Octal 306 226 276

Shades and tints

Shades of #C696BE

#C696BE
(198,150,190)
#B489AD
(180,137,173)
#A27C9C
(162,124,156)
#906F8B
(144,111,139)
#7E627A
(126,98,122)
#6C5569
(108,85,105)
#5A4858
(90,72,88)
#483B47
(72,59,71)
#362E36
(54,46,54)
#242125
(36,33,37)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #C696BE

#C696BE
(198,150,190)
#CB9FC3
(203,159,195)
#D0A8C8
(208,168,200)
#D5B1CD
(213,177,205)
#DABAD2
(218,186,210)
#DFC3D7
(223,195,215)
#E4CCDC
(228,204,220)
#E9D5E1
(233,213,225)
#EEDEE6
(238,222,230)
#F3E7EB
(243,231,235)
#F8F0F0
(248,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C696BE color. Also use rgb(198,150,190) instead hex code.

Text Font Color

.myTextColor { color: #C696BE; }

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

This text font color is #C696BE.

Background Color

.myBgColor { background-color: #C696BE; }

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

This div background color is #C696BE.

Border color

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

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

This div border color is #C696BE.

Opacity

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

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

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

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

This text has shadow with #C696BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C696BE.

Preview

Color preview on black background

This text has color #C696BE on black background.


Color preview on white background

This text has color #C696BE on white background.


Black color preview on #C696BE background

This text has black color on #C696BE background.


White color preview on #C696BE background

This text has white color on #C696BE background.


Related colors

Complementary color

Complementary color for #hex is #396941.


I love getcolorcode.com

Triadic colors

1 #BEC696 and #96BEC6 with #C696BE are triadic colors.

2 #BE96C6 and #96C6BE with #C696BE are triadic colors.