COLOR #C683BB

HEX: #C683BB RGB: (198,131,187)

Color info

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

RGB color model

#C683BB color RGB value is (198,131,187).

RGB: (198,131,187) (78%, 51%, 73%)

RGB channels and saturation

R 198 of 255 = 78%
G 131 of 255 = 51%
B 187 of 255 = 73%

198
131
187

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

Portions of RGB colors in percentages

R + G + B = 198 + 131 + 187 = 516 (100%)
R 198 of 516 ~ 38.37%
G 131 of 516 ~ 25.39%
B 187 of 516 ~ 36.24'%

%38.37
%25.39
%36.24

CMYK color model

#C683BB color CMYK value is (0,34,6,22).

  • cyan value is 0.00%
  • magenta value is 33.84%
  • yellow value is 5.56%
  • key color value is 22.35%
CMYK: (0,34,6,22) C0M34Y6K22 (0%,34%,6%,22%) (0.00/0.34/0.06/0.22) 

CMYK percentages

%0
%33.84
%5.56
%22.35

Codes

Color #C683BB in popluar color models

C6 83 BB
RGB 198 131 187
HSL 310° 37.02% 64.51%
HSB/HSV 310° 33.84% 77.65%
CMYK 0.00% 33.84% 5.56%
22.35%

Color #C683BB in popluar number systems.

HEX C6 83 BB
Decimal 198 131 187
Binary 11000110 10000011 10111011
Octal 306 203 273

Shades and tints

Shades of #C683BB

#C683BB
(198,131,187)
#B478AA
(180,120,170)
#A26D99
(162,109,153)
#906288
(144,98,136)
#7E5777
(126,87,119)
#6C4C66
(108,76,102)
#5A4155
(90,65,85)
#483644
(72,54,68)
#362B33
(54,43,51)
#242022
(36,32,34)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #C683BB

#C683BB
(198,131,187)
#CB8EC1
(203,142,193)
#D099C7
(208,153,199)
#D5A4CD
(213,164,205)
#DAAFD3
(218,175,211)
#DFBAD9
(223,186,217)
#E4C5DF
(228,197,223)
#E9D0E5
(233,208,229)
#EEDBEB
(238,219,235)
#F3E6F1
(243,230,241)
#F8F1F7
(248,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C683BB; }

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

This text font color is #C683BB.

Background Color

.myBgColor { background-color: #C683BB; }

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

This div background color is #C683BB.

Border color

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

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

This div border color is #C683BB.

Opacity

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

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

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

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

This text has shadow with #C683BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C683BB.

Preview

Color preview on black background

This text has color #C683BB on black background.


Color preview on white background

This text has color #C683BB on white background.


Black color preview on #C683BB background

This text has black color on #C683BB background.


White color preview on #C683BB background

This text has white color on #C683BB background.


Related colors

Complementary color

Complementary color for #hex is #397C44.


I love getcolorcode.com

Triadic colors

1 #BBC683 and #83BBC6 with #C683BB are triadic colors.

2 #BB83C6 and #83C6BB with #C683BB are triadic colors.