COLOR #CF76B5

HEX: #CF76B5 RGB: (207,118,181)

Color info

#CF76B5 contains mainly red and blue colors. Web safe color of #CF76B5 is #CC66CC (or #C6C).

RGB color model

#CF76B5 color RGB value is (207,118,181).

RGB: (207,118,181) (81%, 46%, 71%)

RGB channels and saturation

R 207 of 255 = 81%
G 118 of 255 = 46%
B 181 of 255 = 71%

207
118
181

R + G + B ~ 66%. #CF76B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 207 + 118 + 181 = 506 (100%)
R 207 of 506 ~ 40.91%
G 118 of 506 ~ 23.32%
B 181 of 506 ~ 35.77'%

%40.91
%23.32
%35.77

CMYK color model

#CF76B5 color CMYK value is (0,43,13,19).

  • cyan value is 0.00%
  • magenta value is 43.00%
  • yellow value is 12.56%
  • key color value is 18.82%

CMYK: (0,43,13,19)
C0M43Y13K19 (0%, 43%, 13%, 19%)
(0.00 / 0.43 / 0.13 / 0.19)

CMYK percentages

%0
%43
%12.56
%18.82

Codes

Color #CF76B5 in popluar color models

CF 76 B5
RGB 207 118 181
HSL 318° 48.11% 63.73%
HSB/HSV 318° 43.00% 81.18%
CMYK 0.00% 43.00% 12.56%
18.82%

Color #CF76B5 in popluar number systems.

HEX CF 76 B5
Decimal 207 118 181
Binary 11001111 1110110 10110101
Octal 317 166 265

Shades and tints

Shades of #CF76B5

#CF76B5
(207,118,181)
#BD6CA5
(189,108,165)
#AB6295
(171,98,149)
#995885
(153,88,133)
#874E75
(135,78,117)
#754465
(117,68,101)
#633A55
(99,58,85)
#513045
(81,48,69)
#3F2635
(63,38,53)
#2D1C25
(45,28,37)
#1B1215
(27,18,21)
#000000
(0,0,0)

Tints of #CF76B5

#CF76B5
(207,118,181)
#D382BB
(211,130,187)
#D78EC1
(215,142,193)
#DB9AC7
(219,154,199)
#DFA6CD
(223,166,205)
#E3B2D3
(227,178,211)
#E7BED9
(231,190,217)
#EBCADF
(235,202,223)
#EFD6E5
(239,214,229)
#F3E2EB
(243,226,235)
#F7EEF1
(247,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF76B5 color. Also use rgb(207,118,181) instead hex code.

Text Font Color

.myTextColor { color: #CF76B5; }

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

This text font color is #CF76B5.

Background Color

.myBgColor { background-color: #CF76B5; }

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

This div background color is #CF76B5.

Border color

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

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

This div border color is #CF76B5.

Opacity

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

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

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

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

This text has shadow with #CF76B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CF76B5.

Preview

Color preview on black background

This text has color #CF76B5 on black background.


Color preview on white background

This text has color #CF76B5 on white background.


Black color preview on #CF76B5 background

This text has black color on #CF76B5 background.


White color preview on #CF76B5 background

This text has white color on #CF76B5 background.


Related colors

Complementary color

Complementary color for #hex is #30894A.


I love getcolorcode.com

Triadic colors

1 #B5CF76 and #76B5CF with #CF76B5 are triadic colors.

2 #B576CF and #76CFB5 with #CF76B5 are triadic colors.