COLOR #CE6298

HEX: #CE6298
RGB: (206,98,152)

Color info

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

RGB color model

#CE6298 color RGB value is (206,98,152).

  • red value is 206;
  • green value is 98;
  • blue value is 152.
RGB:
(206,98,152)
(81%,38%,60%)

RGB channels and saturation

R 206 of 255 = 81%
G 98 of 255 = 38%
B 152 of 255 = 60%

206
98
152

R + G + B ~ 60%. #CE6298 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
206 + 98 + 152 = 456 (100%)
R 206 of 456 ~ 45.18%
G 98 of 456 ~ 21.49%
B 152 of 456 ~ 33.33%

%45.18
%21.49
%33.33

CMYK color model

#CE6298 color CMYK value is (0,52,26,19).

  • cyan value is 0.00%
  • magenta value is 52.43%
  • yellow value is 26.21%
  • key color value is 19.22%
CMYK:
(0,52,26,19)
C0M52Y26K19 
(0%,52%,26%,19%)
(0.00/0.52/0.26/0.19)	

CMYK percentages

%0
%52.43
%26.21
%19.22

Codes

Color #CE6298 in popluar color models

CE6298
RGB20698152
HSL330°52.43%59.61%
HSB/HSV330°52.43%80.78%
CMYK0.00%52.43%26.21%
19.22%

Color #CE6298 in popluar number systems.

HEXCE6298
Decimal20698152
Binary11001110110001010011000
Octal316142230

Shades and tints

Shades of #CE6298

#CE6298
(206,98,152)
#BC5A8B
(188,90,139)
#AA527E
(170,82,126)
#984A71
(152,74,113)
#864264
(134,66,100)
#743A57
(116,58,87)
#62324A
(98,50,74)
#502A3D
(80,42,61)
#3E2230
(62,34,48)
#2C1A23
(44,26,35)
#1A1216
(26,18,22)
#000000
(0,0,0)

Tints of #CE6298

#CE6298
(206,98,152)
#D270A1
(210,112,161)
#D67EAA
(214,126,170)
#DA8CB3
(218,140,179)
#DE9ABC
(222,154,188)
#E2A8C5
(226,168,197)
#E6B6CE
(230,182,206)
#EAC4D7
(234,196,215)
#EED2E0
(238,210,224)
#F2E0E9
(242,224,233)
#F6EEF2
(246,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE6298 color. Also use rgb(206,98,152) instead hex code.

Text Font Color

.myTextColor { color: #CE6298; }

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

This text font color is #CE6298.


Background Color

.myBgColor { background-color: #CE6298; }

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

This div background color is #CE6298.


Border color

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

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

This div border color is #CE6298.


Opacity

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

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

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

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

This text has shadow with #CE6298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE6298 on black background.


Color preview on white background

This text has color #CE6298 on white background.



Black color preview on #CE6298 background

This text has black color on #CE6298 background.


White color preview on #CE6298 background

This text has white color on #CE6298 background.