COLOR #C683B8

HEX: #C683B8 RGB: (198,131,184)

Color info

#C683B8 contains mainly red and blue colors. Web safe color of #C683B8 is #CC99CC (or #C9C).

RGB color model

#C683B8 color RGB value is (198,131,184).

RGB: (198,131,184) (78%, 51%, 72%)

RGB channels and saturation

R 198 of 255 = 78%
G 131 of 255 = 51%
B 184 of 255 = 72%

198
131
184

R + G + B ~ 67%. #C683B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 131 + 184 = 513 (100%)
R 198 of 513 ~ 38.6%
G 131 of 513 ~ 25.54%
B 184 of 513 ~ 35.87'%

%38.6
%25.54
%35.87

CMYK color model

#C683B8 color CMYK value is (0,34,7,22).

  • cyan value is 0.00%
  • magenta value is 33.84%
  • yellow value is 7.07%
  • key color value is 22.35%

CMYK: (0,34,7,22)
C0M34Y7K22 (0%, 34%, 7%, 22%)
(0.00 / 0.34 / 0.07 / 0.22)

CMYK percentages

%0
%33.84
%7.07
%22.35

Codes

Color #C683B8 in popluar color models

C6 83 B8
RGB 198 131 184
HSL 313° 37.02% 64.51%
HSB/HSV 313° 33.84% 77.65%
CMYK 0.00% 33.84% 7.07%
22.35%

Color #C683B8 in popluar number systems.

HEX C6 83 B8
Decimal 198 131 184
Binary 11000110 10000011 10111000
Octal 306 203 270

Shades and tints

Shades of #C683B8

#C683B8
(198,131,184)
#B478A8
(180,120,168)
#A26D98
(162,109,152)
#906288
(144,98,136)
#7E5778
(126,87,120)
#6C4C68
(108,76,104)
#5A4158
(90,65,88)
#483648
(72,54,72)
#362B38
(54,43,56)
#242028
(36,32,40)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #C683B8

#C683B8
(198,131,184)
#CB8EBE
(203,142,190)
#D099C4
(208,153,196)
#D5A4CA
(213,164,202)
#DAAFD0
(218,175,208)
#DFBAD6
(223,186,214)
#E4C5DC
(228,197,220)
#E9D0E2
(233,208,226)
#EEDBE8
(238,219,232)
#F3E6EE
(243,230,238)
#F8F1F4
(248,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C683B8 color. Also use rgb(198,131,184) instead hex code.

Text Font Color

.myTextColor { color: #C683B8; }

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

This text font color is #C683B8.

Background Color

.myBgColor { background-color: #C683B8; }

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

This div background color is #C683B8.

Border color

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

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

This div border color is #C683B8.

Opacity

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

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

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

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

This text has shadow with #C683B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C683B8.

Preview

Color preview on black background

This text has color #C683B8 on black background.


Color preview on white background

This text has color #C683B8 on white background.


Black color preview on #C683B8 background

This text has black color on #C683B8 background.


White color preview on #C683B8 background

This text has white color on #C683B8 background.


Related colors

Complementary color

Complementary color for #hex is #397C47.


I love getcolorcode.com

Triadic colors

1 #B8C683 and #83B8C6 with #C683B8 are triadic colors.

2 #B883C6 and #83C6B8 with #C683B8 are triadic colors.