COLOR #C698C3

HEX: #C698C3 RGB: (198,152,195)

Color info

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

RGB color model

#C698C3 color RGB value is (198,152,195).

RGB: (198,152,195) (78%, 60%, 76%)

RGB channels and saturation

R 198 of 255 = 78%
G 152 of 255 = 60%
B 195 of 255 = 76%

198
152
195

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

Portions of RGB colors in percentages

R + G + B = 198 + 152 + 195 = 545 (100%)
R 198 of 545 ~ 36.33%
G 152 of 545 ~ 27.89%
B 195 of 545 ~ 35.78'%

%36.33
%27.89
%35.78

CMYK color model

#C698C3 color CMYK value is (0,23,2,22).

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

CMYK: (0,23,2,22)
C0M23Y2K22 (0%, 23%, 2%, 22%)
(0.00 / 0.23 / 0.02 / 0.22)

CMYK percentages

%0
%23.23
%1.52
%22.35

Codes

Color #C698C3 in popluar color models

C6 98 C3
RGB 198 152 195
HSL 304° 28.75% 68.63%
HSB/HSV 304° 23.23% 77.65%
CMYK 0.00% 23.23% 1.52%
22.35%

Color #C698C3 in popluar number systems.

HEX C6 98 C3
Decimal 198 152 195
Binary 11000110 10011000 11000011
Octal 306 230 303

Shades and tints

Shades of #C698C3

#C698C3
(198,152,195)
#B48BB2
(180,139,178)
#A27EA1
(162,126,161)
#907190
(144,113,144)
#7E647F
(126,100,127)
#6C576E
(108,87,110)
#5A4A5D
(90,74,93)
#483D4C
(72,61,76)
#36303B
(54,48,59)
#24232A
(36,35,42)
#121619
(18,22,25)
#000000
(0,0,0)

Tints of #C698C3

#C698C3
(198,152,195)
#CBA1C8
(203,161,200)
#D0AACD
(208,170,205)
#D5B3D2
(213,179,210)
#DABCD7
(218,188,215)
#DFC5DC
(223,197,220)
#E4CEE1
(228,206,225)
#E9D7E6
(233,215,230)
#EEE0EB
(238,224,235)
#F3E9F0
(243,233,240)
#F8F2F5
(248,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C698C3; }

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

This text font color is #C698C3.

Background Color

.myBgColor { background-color: #C698C3; }

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

This div background color is #C698C3.

Border color

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

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

This div border color is #C698C3.

Opacity

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

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

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

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

This text has shadow with #C698C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C698C3.

Preview

Color preview on black background

This text has color #C698C3 on black background.


Color preview on white background

This text has color #C698C3 on white background.


Black color preview on #C698C3 background

This text has black color on #C698C3 background.


White color preview on #C698C3 background

This text has white color on #C698C3 background.


Related colors

Complementary color

Complementary color for #hex is #39673C.


I love getcolorcode.com

Triadic colors

1 #C3C698 and #98C3C6 with #C698C3 are triadic colors.

2 #C398C6 and #98C6C3 with #C698C3 are triadic colors.