COLOR #68BEC9

HEX: #68BEC9
RGB: (104,190,201)

Color info

#68BEC9 contains mainly green and blue colors. Web safe color of #68BEC9 is #66CCCC (or #6CC).

RGB color model

#68BEC9 color RGB value is (104,190,201).

  • red value is 104;
  • green value is 190;
  • blue value is 201.
RGB:
(104,190,201)
(41%,75%,79%)

RGB channels and saturation

R 104 of 255 = 41%
G 190 of 255 = 75%
B 201 of 255 = 79%

104
190
201

R + G + B ~ 65%. #68BEC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
104 + 190 + 201 = 495 (100%)
R 104 of 495 ~ 21.01%
G 190 of 495 ~ 38.38%
B 201 of 495 ~ 40.61%

%21.01
%38.38
%40.61

CMYK color model

#68BEC9 color CMYK value is (48,5,0,21).

  • cyan value is 48.26%
  • magenta value is 5.47%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(48,5,0,21)
C48M5Y0K21 
(48%,5%,0%,21%)
(0.48/0.05/0.00/0.21)	

CMYK percentages

%48.26
%5.47
%0
%21.18

Codes

Color #68BEC9 in popluar color models

68BEC9
RGB104190201
HSL187°47.32%59.80%
HSB/HSV187°48.26%78.82%
CMYK48.26%5.47%0.00%
21.18%

Color #68BEC9 in popluar number systems.

HEX68BEC9
Decimal104190201
Binary11010001011111011001001
Octal150276311

Shades and tints

Shades of #68BEC9

#68BEC9
(104,190,201)
#5FADB7
(95,173,183)
#569CA5
(86,156,165)
#4D8B93
(77,139,147)
#447A81
(68,122,129)
#3B696F
(59,105,111)
#32585D
(50,88,93)
#29474B
(41,71,75)
#203639
(32,54,57)
#172527
(23,37,39)
#0E1415
(14,20,21)
#000000
(0,0,0)

Tints of #68BEC9

#68BEC9
(104,190,201)
#75C3CD
(117,195,205)
#82C8D1
(130,200,209)
#8FCDD5
(143,205,213)
#9CD2D9
(156,210,217)
#A9D7DD
(169,215,221)
#B6DCE1
(182,220,225)
#C3E1E5
(195,225,229)
#D0E6E9
(208,230,233)
#DDEBED
(221,235,237)
#EAF0F1
(234,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68BEC9 color. Also use rgb(104,190,201) instead hex code.

Text Font Color

.myTextColor { color: #68BEC9; }

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

This text font color is #68BEC9.


Background Color

.myBgColor { background-color: #68BEC9; }

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

This div background color is #68BEC9.


Border color

.myBorderColor { border: 1px solid #68BEC9; }

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

This div border color is #68BEC9.


Opacity

.myOpacity80 { color: #68BEC9; opacity: 0.8; }

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

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

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

This text has shadow with #68BEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68BEC9 on black background.


Color preview on white background

This text has color #68BEC9 on white background.



Black color preview on #68BEC9 background

This text has black color on #68BEC9 background.


White color preview on #68BEC9 background

This text has white color on #68BEC9 background.