COLOR #CE71AB

HEX: #CE71AB RGB: (206,113,171)

Color info

#CE71AB contains mainly red and blue colors. Web safe color of #CE71AB is #CC6699 (or #C69).

RGB color model

#CE71AB color RGB value is (206,113,171).

RGB: (206,113,171) (81%, 44%, 67%)

RGB channels and saturation

R 206 of 255 = 81%
G 113 of 255 = 44%
B 171 of 255 = 67%

206
113
171

R + G + B ~ 64%. #CE71AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 206 + 113 + 171 = 490 (100%)
R 206 of 490 ~ 42.04%
G 113 of 490 ~ 23.06%
B 171 of 490 ~ 34.9'%

%42.04
%23.06
%34.9

CMYK color model

#CE71AB color CMYK value is (0,45,17,19).

  • cyan value is 0.00%
  • magenta value is 45.15%
  • yellow value is 16.99%
  • key color value is 19.22%

CMYK: (0,45,17,19)
C0M45Y17K19 (0%, 45%, 17%, 19%)
(0.00 / 0.45 / 0.17 / 0.19)

CMYK percentages

%0
%45.15
%16.99
%19.22

Codes

Color #CE71AB in popluar color models

CE 71 AB
RGB 206 113 171
HSL 323° 48.69% 62.55%
HSB/HSV 323° 45.15% 80.78%
CMYK 0.00% 45.15% 16.99%
19.22%

Color #CE71AB in popluar number systems.

HEX CE 71 AB
Decimal 206 113 171
Binary 11001110 1110001 10101011
Octal 316 161 253

Shades and tints

Shades of #CE71AB

#CE71AB
(206,113,171)
#BC679C
(188,103,156)
#AA5D8D
(170,93,141)
#98537E
(152,83,126)
#86496F
(134,73,111)
#743F60
(116,63,96)
#623551
(98,53,81)
#502B42
(80,43,66)
#3E2133
(62,33,51)
#2C1724
(44,23,36)
#1A0D15
(26,13,21)
#000000
(0,0,0)

Tints of #CE71AB

#CE71AB
(206,113,171)
#D27DB2
(210,125,178)
#D689B9
(214,137,185)
#DA95C0
(218,149,192)
#DEA1C7
(222,161,199)
#E2ADCE
(226,173,206)
#E6B9D5
(230,185,213)
#EAC5DC
(234,197,220)
#EED1E3
(238,209,227)
#F2DDEA
(242,221,234)
#F6E9F1
(246,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE71AB color. Also use rgb(206,113,171) instead hex code.

Text Font Color

.myTextColor { color: #CE71AB; }

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

This text font color is #CE71AB.

Background Color

.myBgColor { background-color: #CE71AB; }

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

This div background color is #CE71AB.

Border color

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

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

This div border color is #CE71AB.

Opacity

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

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

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

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

This text has shadow with #CE71AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CE71AB.

Preview

Color preview on black background

This text has color #CE71AB on black background.


Color preview on white background

This text has color #CE71AB on white background.


Black color preview on #CE71AB background

This text has black color on #CE71AB background.


White color preview on #CE71AB background

This text has white color on #CE71AB background.


Related colors

Complementary color

Complementary color for #hex is #318E54.


I love getcolorcode.com

Triadic colors

1 #ABCE71 and #71ABCE with #CE71AB are triadic colors.

2 #AB71CE and #71CEAB with #CE71AB are triadic colors.